summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-04-23 14:39:33 +0000
committerschwarz <schwarz@pkgsrc.org>2006-04-23 14:39:33 +0000
commit72c8879d9d2178da5e8dfa632367021c93c55504 (patch)
tree4e117cbbe4d1c47ebfb42f02a16b28c13252b1a9 /print
parentdc6989ca8461e635b005cb47b0c0ba7bd4b08cbd (diff)
downloadpkgsrc-72c8879d9d2178da5e8dfa632367021c93c55504.tar.gz
ghostscript also needs C++ to build
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index a5ba2a3b681..fad5a2a3f4e 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/23 14:39:33 schwarz Exp $
DISTNAME= ghostscript-${GS_VERS}
PKGREVISION= 8
@@ -22,6 +22,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
CONFLICTS+= hpijs-[0-9]*
WRKSRC= ${WRKDIR}/gs${GS_VERS}
+USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
@@ -155,6 +156,10 @@ MAKE_FLAGS+= XINCLUDE= XLIBDIRS= XLIBS=${XLIBS:Q}
LDFLAGS+= -L${LOCALBASE}/bsd/lib ${COMPILER_RPATH_FLAG}${LOCALBASE}/bsd/lib
.endif
+.if ${OPSYS} == "IRIX"
+CONFIGURE_ENV+= ac_cv_c_bigendian=yes
+.endif
+
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.
# (This is the case on some RISCs with multiple instruction dispatch.)