pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/aqsis Use GCC_REQD instead of USE_PKGSRC_GCC ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae35f9d45b9d
branches:  trunk
changeset: 463844:ae35f9d45b9d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Nov 29 03:50:42 2003 +0000

description:
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:

 graphics/aqsis/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 978d6f5f4163 -r ae35f9d45b9d graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile   Sat Nov 29 01:29:02 2003 +0000
+++ b/graphics/aqsis/Makefile   Sat Nov 29 03:50:42 2003 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index