pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska libmatroska needs the GNU C++ c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a6efdd01b29
branches:  trunk
changeset: 475473:9a6efdd01b29
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 16 09:49:14 2004 +0000

description:
libmatroska needs the GNU C++ compiler.

diffstat:

 multimedia/libmatroska/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6a303e0fa17a -r 9a6efdd01b29 multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Sun May 16 09:48:13 2004 +0000
+++ b/multimedia/libmatroska/Makefile   Sun May 16 09:49:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/05/05 15:57:17 salo Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/16 09:49:14 grant Exp $
 #
 
 DISTNAME=      libmatroska-0.7.0
@@ -17,6 +17,8 @@
 MAKEFLAGS+=    prefix="${PREFIX}"
 BUILD_DIRS=    ${WRKDIR}/${DISTNAME}/make/linux
 
+ONLY_FOR_COMPILER=     gcc
+
 .include "../../devel/libebml/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index