From 59aeebb11645bdd89bb8c605ece8a483d27ad171 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 16 May 2004 09:30:18 +0000 Subject: libebml really wants the GNU C++ compiler. --- devel/libebml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/libebml') diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index d72c7044951..7521d4fdbe4 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/05 15:56:45 salo Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/16 09:30:18 grant Exp $ # DISTNAME= libebml-0.7.0 @@ -17,4 +17,6 @@ NO_CONFIGURE= yes MAKEFLAGS+= prefix="${PREFIX}" BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux +ONLY_FOR_COMPILER= gcc + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3