summaryrefslogtreecommitdiff
path: root/devel/libebml
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-16 09:30:18 +0000
committergrant <grant@pkgsrc.org>2004-05-16 09:30:18 +0000
commitaecd33d89d98f1ef0e1198adff5c29966f52431a (patch)
treec55c4456dae6bc77ba13c7b8fc905487cc6b37a2 /devel/libebml
parent5febe8236c85810e03ee58dde8484cd652c207e5 (diff)
downloadpkgsrc-aecd33d89d98f1ef0e1198adff5c29966f52431a.tar.gz
libebml really wants the GNU C++ compiler.
Diffstat (limited to 'devel/libebml')
-rw-r--r--devel/libebml/Makefile4
1 files changed, 3 insertions, 1 deletions
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"