summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-07 14:02:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-07 14:02:20 +0000
commit290769cef26f1345342c39c712379ce242d019a0 (patch)
treea0fabc8823e905369d1aa2fe6e16cf952aeb87da /print/ghostscript-gpl/files
parent- Update to 3.0.2 - See smalltalk.gnu.org for what's new in 3.0 (diff)
- Fix build on AMD64 when WITH_FT_BRIDGE=yes is enabled
PR: 121462 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=208583
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-builds-freetype.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-builds-freetype.mk b/print/ghostscript-gpl/files/patch-builds-freetype.mk
new file mode 100644
index 000000000000..e7f0f10173a0
--- /dev/null
+++ b/print/ghostscript-gpl/files/patch-builds-freetype.mk
@@ -0,0 +1,11 @@
+--- builds/freetype.mk.orig 2008-03-07 19:25:58.000000000 +0900
++++ builds/freetype.mk 2008-03-07 19:15:21.000000000 +0900
+@@ -152,7 +152,7 @@
+ $(CFLAGS) \
+ $DFT2_BUILD_LIBRARY \
+ $DFT_CONFIG_MODULES_H="<ftmodule.h>" \
+- $(FTOPTION_FLAG)
++ $(FTOPTION_FLAG) -fPIC
+ FT_CC = $(CC) $(FT_CFLAGS)
+ FT_COMPILE = $(CC) $(ANSIFLAGS) $(FT_CFLAGS)
+