summaryrefslogtreecommitdiff
path: root/graphics/xpm
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-12 15:42:04 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-12 15:42:04 +0000
commitdc33f9f43ef15b5bf69d472de99d5ed717eb43e7 (patch)
treeff312c38a57573b7838169e97ad56f1357e72bd8 /graphics/xpm
parent436f1a18cbaececa5e306872da301e679af645a7 (diff)
downloadpkgsrc-dc33f9f43ef15b5bf69d472de99d5ed717eb43e7.tar.gz
IRIX has it's own xpm.
Diffstat (limited to 'graphics/xpm')
-rw-r--r--graphics/xpm/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index 206839db16d..b47fb932c6c 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/03/02 19:47:27 jschauma Exp $
+# $NetBSD: Makefile,v 1.28 2003/06/12 15:42:04 jschauma Exp $
DISTNAME= xpm-3.4k
PKGREVISION= 1
@@ -16,10 +16,13 @@ USE_IMAKE= # defined
.include "../../mk/bsd.prefs.mk"
# Check if we got Xpm distributed with XFree86 4.x or Solaris 9.
-.if (${OPSYS} != SunOS)
+.if ${OPSYS} != "SunOS"
.if exists(${X11BASE}/include/X11/xpm.h) && \
exists(${X11BASE}/lib/X11/config/X11.tmpl)
_IS_BUILTIN_XPM!= ${EGREP} -c NormalLibXpm ${X11BASE}/lib/X11/config/X11.tmpl || ${TRUE}
+. if ${OPSYS} == "IRIX"
+_IS_BUILTIN_XPM= 1
+. endif
.else
_IS_BUILTIN_XPM= 0
.endif