summaryrefslogtreecommitdiff
path: root/libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-07 14:45:15 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-02-07 14:45:15 -0300
commit4c324305468e1d64d3575ca84956dcff6aa11595 (patch)
tree3e511ef00d85c50b477b44d3284d783e92eb01c2 /libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch
parentf7507f451258147bbd9531432f0be1f078d90494 (diff)
parent76c3f0dedfdfe58dc82ec7263662c31f8b647237 (diff)
downloadabslibre-4c324305468e1d64d3575ca84956dcff6aa11595.tar.gz
abslibre-4c324305468e1d64d3575ca84956dcff6aa11595.tar.bz2
abslibre-4c324305468e1d64d3575ca84956dcff6aa11595.zip
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch')
-rw-r--r--libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch b/libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch
new file mode 100644
index 000000000..1a81863be
--- /dev/null
+++ b/libre/ghostscript-libre/ghostscript-gpl-9.04-freetype-underlinking.patch
@@ -0,0 +1,12 @@
+diff -Naur ghostscript-9.04/base/Makefile.in ghostscript-9.04.new/base/Makefile.in
+--- ghostscript-9.04/base/Makefile.in 2011-08-05 13:12:20.000000000 +0200
++++ ghostscript-9.04.new/base/Makefile.in 2011-08-16 16:06:50.487377337 +0200
+@@ -375,7 +375,7 @@
+ # Solaris may need -lnsl -lsocket -lposix4.
+ # (Libraries required by individual drivers are handled automatically.)
+
+-EXTRALIBS=@LIBS@ @DYNAMIC_LIBS@ @FONTCONFIG_LIBS@
++EXTRALIBS=@LIBS@ @DYNAMIC_LIBS@ @FONTCONFIG_LIBS@ @FT_LIBS@
+
+ # Define the standard libraries to search at the end of linking.
+ # Most platforms require -lpthread for the POSIX threads library;