summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-11-29 03:50:42 +0000
committerkristerw <kristerw>2003-11-29 03:50:42 +0000
commitc7dde39221dbea58fb390195d8134b761b6f9b0b (patch)
treea99591ea601c171fb7ea62601618701496b373cc /graphics
parent292c2e5d68b894f0d08ff122942f8c875c0ce01e (diff)
downloadpkgsrc-c7dde39221dbea58fb390195d8134b761b6f9b0b.tar.gz
Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase the
likelihood that the aqsis binary and the libraries it depend on will use the same libstdc++. This makes this package build and install for NetBSD 1.6.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/aqsis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 0371f865951..22546db1550 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/09/17 19:40:27 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/11/29 03:50:42 kristerw Exp $
#
DISTNAME= aqsis-0.6.4
@@ -17,7 +17,8 @@ USE_GMAKE= yes
USE_X11= yes
USE_BUILDLINK2= yes
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
+USE_GCC_SHLIB= yes
.include "../../devel/libargparse/buildlink2.mk"
.include "../../graphics/Mesa/buildlink2.mk"