diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-19 02:25:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-19 02:25:19 +0000 |
commit | a80659b46f861032e38c70e89672910174850ad0 (patch) | |
tree | 1486abb16312dd9f6dad9f3b5ac5c9a2191bc473 /graphics/netpbm/Makefile | |
parent | 55fd2fe39b0b0f2d0248288541b4ac8fa738e697 (diff) | |
download | pkgsrc-a80659b46f861032e38c70e89672910174850ad0.tar.gz |
Fixed the build on IRIX, which had been broken since about one year,
when the build on Solaris had been fixed, "not affecting other
platforms". ;)
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 067d3d3ec2f..9dd3992d0ee 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2007/01/17 23:47:20 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2007/02/19 02:25:19 rillig Exp $ DISTNAME= netpbm-10.34 PKGREVISION= 1 @@ -27,6 +27,8 @@ LIBS.SunOS+= -lsocket -lnsl MAKE_ENV+= NETWORKLD=${LIBS:Q} MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR} +WRAPPER_REORDER_CMDS+= reorder:l:rle:netpbm + # Several of the netpbm shell scripts use bashisms, so force using # bash for all of the shell scripts. # @@ -56,9 +58,6 @@ MAKE_ENV+= NETPBMLIBTYPE="dylib" NETPBMLIBSUFFIX="dylib" MAKE_ENV+= NETPBMLIBTYPE="unixshared" NETPBMLIBSUFFIX="so" .endif -MAKE_ENV+= JASPERLIB="${LDFLAGS} -ljasper" -MAKE_ENV+= JASPERHDR_DIR=${CPPFLAGS:Q} - .if ${PKGSRC_COMPILER} == "ido" CPPFLAGS+= -DSGI_IDO_CC .endif |