summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-11-29 03:50:42 +0000
committerkristerw <kristerw@pkgsrc.org>2003-11-29 03:50:42 +0000
commit27f1404d57e64f60aa035ca86d0993cf6a357e07 (patch)
treea99591ea601c171fb7ea62601618701496b373cc /graphics/aqsis
parentc0d4280ad09fc61a0e7adc244096febda8b0824e (diff)
downloadpkgsrc-27f1404d57e64f60aa035ca86d0993cf6a357e07.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/aqsis')
-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"