Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 02:42:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428825 - head/audio/tomahawk
Message-ID:  <201612180242.uBI2gouk021259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Dec 18 02:42:50 2016
New Revision: 428825
URL: https://svnweb.freebsd.org/changeset/ports/428825

Log:
  audio/tomahawk: explicitly link z library (for gold linker)

Modified:
  head/audio/tomahawk/Makefile

Modified: head/audio/tomahawk/Makefile
==============================================================================
--- head/audio/tomahawk/Makefile	Sun Dec 18 02:01:00 2016	(r428824)
+++ head/audio/tomahawk/Makefile	Sun Dec 18 02:42:50 2016	(r428825)
@@ -29,6 +29,7 @@ LIB_DEPENDS=	libattica.so:x11-toolkits/a
 
 CMAKE_ARGS=	-DBUILD_RELEASE="ON"
 CXXFLAGS+=	-Wno-cast-align -I${LOCALBASE}/include
+LDFLAGS+=	-lz
 
 GH_ACCOUNT=	tomahawk-player
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612180242.uBI2gouk021259>