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 | 1d4c11b849f1c3db248fafc165fdbc7941a2094f (patch) | |
tree | db77a26ce4ecccae2d82a297479df3f14f3a0c37 /audio | |
parent | 97d2fecafa151f4bc03c989b469bfafb08072b54 (diff) | |
download | pkgsrc-1d4c11b849f1c3db248fafc165fdbc7941a2094f.tar.gz |
clang cannot build this (uses nested functions)
Diffstat (limited to 'audio')
-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 |