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