diff options
author | shattered <shattered@pkgsrc.org> | 2011-10-08 14:47:25 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-10-08 14:47:25 +0000 |
commit | fe90595bdbd8937f0f7d4d9950af449dfbe6c2dc (patch) | |
tree | db77a26ce4ecccae2d82a297479df3f14f3a0c37 /audio/ocp | |
parent | 54f84abb0fbcef3600e5f7873931889d7cd74748 (diff) | |
download | pkgsrc-fe90595bdbd8937f0f7d4d9950af449dfbe6c2dc.tar.gz |
clang cannot build this (uses nested functions)
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index a018921ea1b..1bbc6920ed1 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/10/25 23:12:51 shattered Exp $ +# $NetBSD: Makefile,v 1.7 2011/10/08 14:47:25 shattered Exp $ DISTNAME= ocp-0.1.20 CATEGORIES= audio @@ -8,9 +8,11 @@ EXTRACT_SUFX= .tar.lzma MAINTAINER= shattered@NetBSD.org HOMEPAGE= http://stian.cubic.org/project-ocp.php COMMENT= Open Cubic Player - LICENSE= gnu-gpl-v2 +# uses nested functions +NOT_FOR_COMPILER= clang + PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes |