summaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-06-16 19:53:16 +0000
committerabs <abs@pkgsrc.org>2003-06-16 19:53:16 +0000
commit6fd36a636fe4e052c5f71cc283ba2c25eb211c70 (patch)
tree7f184e592b03d9c440a258563346a5203c8ac53b /graphics/xv
parente1c3e7683d083dd683feecf49363dc01f93ea20e (diff)
downloadpkgsrc-6fd36a636fe4e052c5f71cc283ba2c25eb211c70.tar.gz
Correctly build with gcc3 - no change to already compiled package configurations
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index eb81dececbb..9667ead56a9 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/06/02 01:19:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.48 2003/06/16 19:53:16 abs Exp $
DISTNAME= xv-3.10a
PKGREVISION= 5
@@ -46,6 +46,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xv
${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv
+.if defined(USE_GCC3)
+. include "../../lang/gcc3/buildlink2.mk"
+.endif
+
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"