aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2012-07-17 04:28:34 +0800
committerak <ak@FreeBSD.org>2012-07-17 04:28:34 +0800
commit84f3aaccb956965710b26a87253908626a8dcc25 (patch)
treecb5f6ff754841c378f44be3b6fe04386fde81ac5
parentd74e703d991cfd28abda188f879f9beb6fe7740c (diff)
downloadfreebsd-ports-gnome-84f3aaccb956965710b26a87253908626a8dcc25.tar.gz
freebsd-ports-gnome-84f3aaccb956965710b26a87253908626a8dcc25.tar.zst
freebsd-ports-gnome-84f3aaccb956965710b26a87253908626a8dcc25.zip
- Fix build on FreeBSD9/CURRENT with WITH_ICONV set in src.conf [1]
- Pet portlint by renaming patch with unrecommended characters (:) in filename PR: ports/169869 [1] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-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 */