pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gnu Bad Ghostscript for using autoco...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d69ae67e71e9
branches:  trunk
changeset: 488161:d69ae67e71e9
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 25 12:59:48 2005 +0000

description:
Bad Ghostscript for using autoconf and then summarily ignoring $X_*LIBS.
Provide an explicit override for the Ghostscript-specific XLIBS
(no underscore, no -l in values) for Interix.

Remove obsolete ZOULARISBASE references.

diffstat:

 print/ghostscript-gnu/Makefile.common |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r f595d264762c -r d69ae67e71e9 print/ghostscript-gnu/Makefile.common
--- a/print/ghostscript-gnu/Makefile.common     Tue Jan 25 12:57:57 2005 +0000
+++ b/print/ghostscript-gnu/Makefile.common     Tue Jan 25 12:59:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/11/13 21:28:28 jlam Exp $
+# $NetBSD: Makefile.common,v 1.17 2005/01/25 12:59:48 tv Exp $
 
 DISTNAME=      ghostscript-${GS_VERS}
 GS_VERS=       7.07
@@ -42,6 +42,10 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "Interix"
+MAKE_FLAGS+=           XLIBS="Xt SM ICE Xext X11"
+.endif
+
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
 GCC_REQD+=             3.0
 .endif
@@ -54,10 +58,6 @@
 MAKE_FLAGS+=           XCFLAGS="${CFLAGS}"
 MAKE_FLAGS+=           XLDFLAGS="${LDFLAGS}"
 
-.if ${OPSYS} == "SunOS"
-LDFLAGS+=              -L${ZOULARISBASE}/lib ${COMPILER_RPATH_FLAG}${ZOULARISBASE}/lib
-.endif
-
 REPLACE_PERL=          lib/fixmswrd.pl
 
 GS_RESOURCEDIR=                ${PREFIX}/share/ghostscript/Resource



Home | Main Index | Thread Index | Old Index