diff options
author | grant <grant@pkgsrc.org> | 2005-08-03 03:19:40 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-03 03:19:40 +0000 |
commit | ec66b16c3357ab078aa4b8ba58c8ff449c3b7c39 (patch) | |
tree | 68abdecd966f738b1b0f96ad7408bf38e8ae58d3 /devel | |
parent | 62f5a980a4904e45a4f86b4939e30e76de7538f0 (diff) | |
download | pkgsrc-ec66b16c3357ab078aa4b8ba58c8ff449c3b7c39.tar.gz |
libebml builds fine with icc, too.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 4cb270fa629..3e609d52761 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -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_DIRS= ${WRKDIR}/${DISTNAME}/make/linux BUILD_TARGET= staticlib INSTALL_TARGET= install_headers install_staticlib -ONLY_FOR_COMPILER= gcc +ONLY_FOR_COMPILER= gcc icc .include "../../mk/bsd.pkg.mk" |