diff options
author | tv <tv@pkgsrc.org> | 1999-04-30 15:51:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-30 15:51:38 +0000 |
commit | 8bbeb53eb5c0c5832881a2f1b6865f4d3f5c1deb (patch) | |
tree | 775351b57db3c29f578359c254c8bc0250549244 /devel/libg++ | |
parent | ba3309e9082d67863088ff62cf1a3b973a92e4ab (diff) | |
download | pkgsrc-8bbeb53eb5c0c5832881a2f1b6865f4d3f5c1deb.tar.gz |
Fix this to work properly, so it can be enabled for 1.4.
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index e74f9963486..5ae5159c118 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/14 21:39:02 tron Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/30 15:51:38 tv Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -7,13 +7,13 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= tv@netbsd.org -DEPENDS= stdc++.1.: # only from NetBSD's source tree - -BROKEN= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" +.if !exists(/usr/lib/libstdc++.so.2.0) +IGNORE= "Designed for NetBSD 1.4 - 1.3(.x) comes with this in-tree" +.endif GXXVERSION= 2.8.1.1a # used by internal Makefile -MAKE_ENV+= GXXVERSION="${GXXVERSION}" +MAKE_ENV+= GXXVERSION="${GXXVERSION}" NOPROFILE=1 NOGCCERROR=1 PLIST_SRC= ${WRKSRC}/.PLIST INFO_FILES= libg++.info |