pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libebml libebml builds fine with icc, too.
details: https://anonhg.NetBSD.org/pkgsrc/rev/84d519a5d9bf
branches: trunk
changeset: 497706:84d519a5d9bf
user: grant <grant%pkgsrc.org@localhost>
date: Wed Aug 03 03:19:40 2005 +0000
description:
libebml builds fine with icc, too.
diffstat:
devel/libebml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7a261e79c3e1 -r 84d519a5d9bf devel/libebml/Makefile
--- a/devel/libebml/Makefile Tue Aug 02 22:37:18 2005 +0000
+++ b/devel/libebml/Makefile Wed Aug 03 03:19:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/30 16:31:08 salo Exp $
+# $NetBSD: Makefile,v 1.18 2005/08/03 03:19:40 grant Exp $
#
DISTNAME= libebml-0.7.5
@@ -22,6 +22,6 @@
BUILD_TARGET= staticlib
INSTALL_TARGET= install_headers install_staticlib
-ONLY_FOR_COMPILER= gcc
+ONLY_FOR_COMPILER= gcc icc
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index