diff options
author | kristerw <kristerw> | 2003-11-29 03:50:42 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2003-11-29 03:50:42 +0000 |
commit | c7dde39221dbea58fb390195d8134b761b6f9b0b (patch) | |
tree | a99591ea601c171fb7ea62601618701496b373cc | |
parent | 292c2e5d68b894f0d08ff122942f8c875c0ce01e (diff) | |
download | pkgsrc-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.
-rw-r--r-- | graphics/aqsis/Makefile | 5 |
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" |