diff options
author | adam <adam@pkgsrc.org> | 2006-07-06 20:51:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-07-06 20:51:25 +0000 |
commit | 4a5e5e5f6eb87da2b983e6785814e5e71454ec9a (patch) | |
tree | d03ab21ba3df7dc343df855a2b5bd0d6141e92b4 /graphics/pngcrush/Makefile | |
parent | 57fb092151dbc76e3a196011669e9cb9b546b241 (diff) | |
download | pkgsrc-4a5e5e5f6eb87da2b983e6785814e5e71454ec9a.tar.gz |
Fix building on Darwin
Diffstat (limited to 'graphics/pngcrush/Makefile')
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 1f32e3bfd87..a75c170caeb 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/10 07:43:11 adam Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/06 20:51:25 adam Exp $ DISTNAME= pngcrush-1.6.4-nolib PKGNAME= pngcrush-1.6.4 @@ -16,7 +16,7 @@ INSTALLATION_DIRS= bin do-build: cd ${WRKSRC} && ${CC} -DPNG_USE_LOCAL_ARRAYS \ ${CFLAGS} `libpng-config --cflags` -o pngcrush pngcrush.c \ - `libpng-config --ldflags` + `libpng-config --ldflags` -lz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${PREFIX}/bin |