diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-28 15:14:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-28 15:14:54 +0000 |
commit | 3b0eecbb2cfb5d1d2381a457d0dcfd3cf785b081 (patch) | |
tree | 569ad8df6610dc11466dc6bae8525669677b656b /audio | |
parent | 6dd5334ca386bce005d8111a3cd2708aa43ab083 (diff) | |
download | pkgsrc-3b0eecbb2cfb5d1d2381a457d0dcfd3cf785b081.tar.gz |
Remove not-for-compiler-clang line, it does compile with clang.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 884b0d4ba7d..004940187e2 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/02/15 22:23:15 hans Exp $ +# $NetBSD: Makefile,v 1.12 2012/03/28 15:14:54 wiz Exp $ DISTNAME= ocp-0.1.21 PKGREVISION= 1 @@ -11,9 +11,6 @@ HOMEPAGE= http://sourceforge.net/p/opencubicplayer/ COMMENT= Open Cubic Player LICENSE= gnu-gpl-v2 -# uses nested functions -NOT_FOR_COMPILER= clang - PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes |