pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska libmatroska builds fine with icc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef229a4f1092
branches:  trunk
changeset: 497707:ef229a4f1092
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Aug 03 03:22:05 2005 +0000

description:
libmatroska builds fine with icc

diffstat:

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

diffs (18 lines):

diff -r 84d519a5d9bf -r ef229a4f1092 multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Wed Aug 03 03:19:40 2005 +0000
+++ b/multimedia/libmatroska/Makefile   Wed Aug 03 03:22:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/05/30 16:31:40 salo Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/03 03:22:05 grant Exp $
 #
 
 DISTNAME=      libmatroska-0.7.7
@@ -23,7 +23,7 @@
 INSTALL_TARGET=        install_headers install_staticlib
 TEST_TARGET=   test
 
-ONLY_FOR_COMPILER=     gcc
+ONLY_FOR_COMPILER=     gcc icc
 
 .include "../../devel/libebml/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index