aboutsummaryrefslogtreecommitdiff
path: root/audio/taglib
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2013-11-30 01:58:17 +0000
committerSean Bruno <sbruno@FreeBSD.org>2013-11-30 01:58:17 +0000
commit7159742f3e71dc4121c59161202044818fb10358 (patch)
treedbe50d5dc7afd11baa3f376107c099136a88737c /audio/taglib
parent0da0a433d58a9dda4081a7d130dc0c4ff097f92b (diff)
downloadports-7159742f3e71dc4121c59161202044818fb10358.tar.gz
ports-7159742f3e71dc4121c59161202044818fb10358.zip
Address some of the nonsense seen in audio/clementine-player as the code in
this port ends up generating libraries and code that just don't link correctly. PR: ports/178687
Notes
Notes: svn path=/head/; revision=335257
Diffstat (limited to 'audio/taglib')
-rw-r--r--audio/taglib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 863f4e37ddda..a932435a098e 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= taglib
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://taglib.github.io/releases/
@@ -18,6 +19,10 @@ CMAKE_ARGS= -DWITH_ASF:BOOL=ON \
-DWITH_MP4:BOOL=ON
USE_LDCONFIG= yes
+# clang will generate code that just doesn't work with clementine-player
+# if this isn't compiled as though it were C99.
+CFLAGS+= -std=c99
+
OPTIONS_DEFINE= RCC
OPTIONS_SUB= yes