diff options
author | grant <grant> | 2005-08-20 11:14:47 +0000 |
---|---|---|
committer | grant <grant> | 2005-08-20 11:14:47 +0000 |
commit | 0b421d0298d7a59eccf404f4b478c6e60aa15f32 (patch) | |
tree | 283eb47c23fc3ab9205e81c911b0cfb3188e6a9c | |
parent | c096a00586cc5e80d72cf3d84d779feba3f65e97 (diff) | |
download | pkgsrc-0b421d0298d7a59eccf404f4b478c6e60aa15f32.tar.gz |
fix typo in last
-rw-r--r-- | www/cgicc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index 1d0f7a1b0e2..63136b4411a 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/08/20 11:06:07 grant Exp $ +# $NetBSD: Makefile,v 1.10 2005/08/20 11:14:47 grant Exp $ DISTNAME= cgicc-3.1.5 PKGREVISION= 1 @@ -20,7 +20,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/support/ltconfig ${WRKSRC}/example/ltconfig .include "../../mk/compiler.mk" -.if empty(CC_VERSION:Mgcc) +.if empty(CC_VERSION:Mgcc*) BUILDLINK_TRANSFORM+= rm:-lstdc++ .endif |