summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
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.)