diff options
author | sjg <sjg> | 2002-11-06 06:52:00 +0000 |
---|---|---|
committer | sjg <sjg> | 2002-11-06 06:52:00 +0000 |
commit | 778bf9c99fe079cefb28c4a37b760c1131f2f469 (patch) | |
tree | e55df71238ca9a16fe631bd191d273aedcd2f02f /devel/libg++/Makefile | |
parent | 3fadf8c3449eb2599545632cde3f96dc9b42e16d (diff) | |
download | pkgsrc-778bf9c99fe079cefb28c4a37b760c1131f2f469.tar.gz |
Make this build on 1.6 at least.
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index cabb834fca9..97c265d3dee 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/08/01 02:37:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2002/11/06 06:52:00 sjg Exp $ # DISTNAME= libg++-${GXXVERSION} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=libg++/} MAINTAINER= packages@netbsd.org COMMENT= GNU C++ Class Library -.if !exists(/usr/lib/libstdc++.so.2.0) +.if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so) IGNORE= '${PKGNAME} is designed for NetBSD>=1.4. NetBSD 1.3(.x) comes with this in-tree' .endif |