From 43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 13 Nov 2004 22:04:52 +0000 Subject: Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the former) for applications that are known to require C++. --- devel/cssc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index 20fa4da69b0..aa118c4eb33 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/18 18:49:39 seb Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/13 22:04:52 jlam Exp $ # DISTNAME= CSSC-1.00 @@ -10,10 +10,10 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://cssc.sourceforge.net/ COMMENT= GNU workalike for the source code control system SCCS +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-binary USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES TEST_TARGET= check USE_MAKEINFO= YES -- cgit v1.2.3