aboutsummaryrefslogtreecommitdiff
path: root/print/fontforge/files
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-07-16 20:28:34 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-07-16 20:28:34 +0000
commitb3b2d47d35fa837fc762f5cede3b0b060590acc0 (patch)
treecb5f6ff754841c378f44be3b6fe04386fde81ac5 /print/fontforge/files
parent1941c4f5d7e0f1e2406ecb07ab7fb3537698e54f (diff)
downloadports-b3b2d47d35fa837fc762f5cede3b0b060590acc0.tar.gz
ports-b3b2d47d35fa837fc762f5cede3b0b060590acc0.zip
Notes
Diffstat (limited to 'print/fontforge/files')
-rw-r--r--print/fontforge/files/patch-fontforge_Makefile.dynamic.in (renamed from print/fontforge/files/patch-fontforge::Makefile.dynamic.in)0
-rw-r--r--print/fontforge/files/patch-fontforge_splineutil2.c11
2 files changed, 11 insertions, 0 deletions
diff --git a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in b/print/fontforge/files/patch-fontforge_Makefile.dynamic.in
index 1e9d111da249..1e9d111da249 100644
--- a/print/fontforge/files/patch-fontforge::Makefile.dynamic.in
+++ b/print/fontforge/files/patch-fontforge_Makefile.dynamic.in
diff --git a/print/fontforge/files/patch-fontforge_splineutil2.c b/print/fontforge/files/patch-fontforge_splineutil2.c
new file mode 100644
index 000000000000..30e39f5d2db8
--- /dev/null
+++ b/print/fontforge/files/patch-fontforge_splineutil2.c
@@ -0,0 +1,11 @@
+Index: fontforge/splineutil2.c
+@@ -4813,7 +4813,8 @@ SplineSet *SplineSetReverse(SplineSet *s
+ Spline *spline, *first, *next;
+ BasePoint tp;
+ SplinePoint *temp;
+- int bool;
++ int b;
++#define bool b
+ int i;
+ /* reverse the splineset so that what was the start point becomes the end */
+ /* and vice versa. This entails reversing every individual spline, and */