summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-09-12 17:40:07 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-09-12 17:40:07 +0000
commitca9f4c82af4ca95a269f94919a241e64fa688076 (patch)
treea1c6d89a612700ba73731f0e87a8625e80092fa5 /print/ghostscript-gnu
parentUpgrade to Apache 1.3.1 + mod_ssl 2.0.8 (diff)
Fix to let ghostscript5 link dynamically with X11 elf libs
Submitted by: Zach Heilig <zach@gaffaneys.com>
Notes
Notes: svn path=/head/; revision=13094
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r--print/ghostscript-gnu/files/patch-aa3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/files/patch-aa b/print/ghostscript-gnu/files/patch-aa
index 475af97f4c75..a83361b95e61 100644
--- a/print/ghostscript-gnu/files/patch-aa
+++ b/print/ghostscript-gnu/files/patch-aa
@@ -50,8 +50,9 @@
#XLIBDIRS=-L/usr/local/X/lib
-XLIBDIRS=-L/usr/X11/lib
+-XLIBDIR=
+XLIBDIRS=-L/usr/X11R6/lib
- XLIBDIR=
++XLIBDIR=/usr/X11R6/lib
XLIBS=Xt Xext X11
@@ -287,22 +287,22 @@