pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cgicc fix typo in last



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1cb8738cff8
branches:  trunk
changeset: 498342:a1cb8738cff8
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 20 11:14:47 2005 +0000

description:
fix typo in last

diffstat:

 www/cgicc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55b4b42740e4 -r a1cb8738cff8 www/cgicc/Makefile
--- a/www/cgicc/Makefile        Sat Aug 20 11:06:07 2005 +0000
+++ b/www/cgicc/Makefile        Sat Aug 20 11:14:47 2005 +0000
@@ -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 @@
 
 .include "../../mk/compiler.mk"
 
-.if empty(CC_VERSION:Mgcc)
+.if empty(CC_VERSION:Mgcc*)
 BUILDLINK_TRANSFORM+=  rm:-lstdc++
 .endif
 



Home | Main Index | Thread Index | Old Index