pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc nuke ONLY_FOR_COMPILER .. newer versions of these pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcf79edef327
branches:  trunk
changeset: 498348:bcf79edef327
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 20 14:12:19 2005 +0000

description:
nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.

diffstat:

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

diffs (34 lines):

diff -r 8dbaf2c86646 -r bcf79edef327 devel/libebml/Makefile
--- a/devel/libebml/Makefile    Sat Aug 20 12:08:29 2005 +0000
+++ b/devel/libebml/Makefile    Sat Aug 20 14:12:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/08/03 03:19:40 grant Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/20 14:12:19 grant Exp $
 #
 
 DISTNAME=      libebml-0.7.5
@@ -22,6 +22,4 @@
 BUILD_TARGET=  staticlib
 INSTALL_TARGET=        install_headers install_staticlib
 
-ONLY_FOR_COMPILER=     gcc icc
-
 .include "../../mk/bsd.pkg.mk"
diff -r 8dbaf2c86646 -r bcf79edef327 multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Sat Aug 20 12:08:29 2005 +0000
+++ b/multimedia/libmatroska/Makefile   Sat Aug 20 14:12:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/08/03 03:22:05 grant Exp $
+# $NetBSD: Makefile,v 1.16 2005/08/20 14:12:19 grant Exp $
 #
 
 DISTNAME=      libmatroska-0.7.7
@@ -23,8 +23,6 @@
 INSTALL_TARGET=        install_headers install_staticlib
 TEST_TARGET=   test
 
-ONLY_FOR_COMPILER=     gcc icc
-
 .include "../../devel/libebml/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index