summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-28 12:51:29 +0000
committergrant <grant@pkgsrc.org>2003-05-28 12:51:29 +0000
commitc8036d6723d67760f408d32df8a22e08abe3d8e9 (patch)
tree96b5c6e26fb94dd7d41cfa8437e0fabc34747677 /graphics/png
parent89b98fc6adb5a5ccf2be901da7feb0915786464f (diff)
downloadpkgsrc-c8036d6723d67760f408d32df8a22e08abe3d8e9.tar.gz
include gcc.buildlink2.mk, allows this to build on NetBSD with gcc 3.3.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 45df1ce6cba..6eac3c15c8b 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/02/17 15:28:00 dillo Exp $
+# $NetBSD: Makefile,v 1.48 2003/05/28 12:51:29 grant Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -37,4 +37,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5
.include "../../devel/zlib/buildlink2.mk"
+
+.include "../../mk/gcc.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"