aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-12-18 02:42:50 +0000
committerJohn Marino <marino@FreeBSD.org>2016-12-18 02:42:50 +0000
commit779780536db296f0ad69211e9ed6722beab051a7 (patch)
tree352e11e8360ef70caed8e357a78fca4627fb9de4 /audio
parente26455b188d5a744acefb41123ab3cc22e1d1f0f (diff)
downloadports-779780536db296f0ad69211e9ed6722beab051a7.tar.gz
ports-779780536db296f0ad69211e9ed6722beab051a7.zip
audio/tomahawk: explicitly link z library (for gold linker)
Notes
Notes: svn path=/head/; revision=428825
Diffstat (limited to 'audio')
-rw-r--r--audio/tomahawk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile
index b78197d5ebc7..45ebd19bf6f3 100644
--- a/audio/tomahawk/Makefile
+++ b/audio/tomahawk/Makefile
@@ -29,6 +29,7 @@ LIB_DEPENDS= libattica.so:x11-toolkits/attica \
CMAKE_ARGS= -DBUILD_RELEASE="ON"
CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include
+LDFLAGS+= -lz
GH_ACCOUNT= tomahawk-player