diff options
author | grant <grant@pkgsrc.org> | 2005-08-20 14:12:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-20 14:12:19 +0000 |
commit | 49cf4442e61ffa6fc82539781efc7f642faf9ca4 (patch) | |
tree | 6eec58536256cb1bde4b7295cb0017d540df8cb0 /multimedia/libmatroska | |
parent | 73474ac4d03594e51502a09151b972ed3ae92c92 (diff) | |
download | pkgsrc-49cf4442e61ffa6fc82539781efc7f642faf9ca4.tar.gz |
nuke ONLY_FOR_COMPILER .. newer versions of these packages build fine
with at least icc and sunpro.
Diffstat (limited to 'multimedia/libmatroska')
-rw-r--r-- | multimedia/libmatroska/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index 624bafecc87..999e42cd2b6 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -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 @@ BUILD_TARGET= staticlib INSTALL_TARGET= install_headers install_staticlib TEST_TARGET= test -ONLY_FOR_COMPILER= gcc icc - .include "../../devel/libebml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |