From 8b28ab7a3f3595dd56c79ca289d54adaff9f2785 Mon Sep 17 00:00:00 2001 From: jschauma Date: Thu, 12 Jun 2003 15:42:04 +0000 Subject: IRIX has it's own xpm. --- graphics/xpm/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'graphics/xpm') 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 -- cgit v1.2.3