1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Sean Bruno 2013-11-30 01:58:17 +00:00
parent 0da0a433d5
commit 7159742f3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335257

View File

@ -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