diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-07-16 20:28:34 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-07-16 20:28:34 +0000 |
commit | b3b2d47d35fa837fc762f5cede3b0b060590acc0 (patch) | |
tree | cb5f6ff754841c378f44be3b6fe04386fde81ac5 /print/fontforge | |
parent | 1941c4f5d7e0f1e2406ecb07ab7fb3537698e54f (diff) | |
download | ports-b3b2d47d35fa837fc762f5cede3b0b060590acc0.tar.gz ports-b3b2d47d35fa837fc762f5cede3b0b060590acc0.zip |
Notes
Diffstat (limited to 'print/fontforge')
-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.c | 11 |
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 */ |