summaryrefslogtreecommitdiff
path: root/print/ghostscript5
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-04 21:44:47 +0000
committerfrueauf <frueauf>1999-01-04 21:44:47 +0000
commit3612ea48a03a3e8e9299ed659094ade7a7cd3f86 (patch)
tree832b74f0391590a35d6be401a0cd76e7d709d3c1 /print/ghostscript5
parent4f31b32f6c324bcfc129e72240fc6a019a441b96 (diff)
downloadpkgsrc-3612ea48a03a3e8e9299ed659094ade7a7cd3f86.tar.gz
Make gs work on ELF too.
Diffstat (limited to 'print/ghostscript5')
-rw-r--r--print/ghostscript5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index c1b10434640..d016556f89d 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 1998/11/29 16:34:27 frueauf Exp $
+# $NetBSD: Makefile,v 1.31 1999/01/04 21:44:47 frueauf Exp $
#
DISTNAME= ghostscript-5.50
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/gs5.50
MAKEFILE= unix-gcc.mak
ALL_TARGET= std
MAKE_ENV+= MAKEOBJDIR=.
-MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}"
+MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" XLDFLAGS="-Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib"
GS_SOURCES= ghostscript-5.50.tar.gz
GS_SOURCES+= ghostscript-5.50gnu.tar.gz