pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/pngcheck
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 15 21:07:26 UTC 2025
Modified Files:
pkgsrc/graphics/pngcheck: Makefile
Log Message:
pngcheck: simplify build
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/pngcheck/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/pngcheck/Makefile
diff -u pkgsrc/graphics/pngcheck/Makefile:1.6 pkgsrc/graphics/pngcheck/Makefile:1.7
--- pkgsrc/graphics/pngcheck/Makefile:1.6 Mon Dec 15 21:06:00 2025
+++ pkgsrc/graphics/pngcheck/Makefile Mon Dec 15 21:07:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/12/15 21:06:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/12/15 21:07:25 wiz Exp $
DISTNAME= pngcheck-4.0.1
CATEGORIES= graphics
@@ -12,7 +12,7 @@ COMMENT= Verify the integrity of PNG, JN
INSTALLATION_DIRS= bin share/doc/pngcheck ${PKGMANDIR}/man1
do-build:
- cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -DUSE_ZLIB \
+ cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} \
-o pngcheck pngcheck.c -lz
do-install:
Home |
Main Index |
Thread Index |
Old Index