summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorshattered <shattered>2011-10-08 14:47:25 +0000
committershattered <shattered>2011-10-08 14:47:25 +0000
commit7a3f210c87e3cff8ed0c909af495d808778a6e72 (patch)
treedb77a26ce4ecccae2d82a297479df3f14f3a0c37 /audio
parent65228adbf3b2a70053b013b170b02618bd0f35c1 (diff)
downloadpkgsrc-7a3f210c87e3cff8ed0c909af495d808778a6e72.tar.gz
clang cannot build this (uses nested functions)
Diffstat (limited to 'audio')
-rw-r--r--audio/ocp/Makefile6
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