diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-08 10:34:19 +0000 |
commit | 5c13124820c3b1d893314f769e79ca6815522d26 (patch) | |
tree | 36062df675f9d133992b3e8ab1a488e16c8cef6e /graphics/netpbm/Makefile | |
parent | 849d228b925b8e6729b6252bc8b0a6110c7ca174 (diff) | |
download | pkgsrc-5c13124820c3b1d893314f769e79ca6815522d26.tar.gz |
Fix more cases of non-chainable PKGSRC_COMPILER tests.
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 98c15441171..85e92ad58d0 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2007/09/08 21:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.156 2008/02/08 10:34:19 tnn Exp $ DISTNAME= netpbm-10.34 PKGREVISION= 1 @@ -63,7 +63,7 @@ MAKE_ENV+= NETPBMLIBTYPE="unixshared" NETPBMLIBSUFFIX="sl" MAKE_ENV+= NETPBMLIBTYPE="unixshared" NETPBMLIBSUFFIX="so" .endif -.if ${PKGSRC_COMPILER} == "ido" +.if !empty(PKGSRC_COMPILER:Mido) CPPFLAGS+= -DSGI_IDO_CC .endif |