Date: Thu, 26 Dec 2013 19:50:48 +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: r337611 - head/graphics/apngasm Message-ID: <201312261950.rBQJomwP048300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Dec 26 19:50:48 2013 New Revision: 337611 URL: http://svnweb.freebsd.org/changeset/ports/337611 Log: graphics/apngasm: restore LDFLAGS+= -lz The LDFLAGS definition was removed with the previous commit, but LDFLAGS+=-lz is still required for newer gcc with new binutils. Modified: head/graphics/apngasm/Makefile Modified: head/graphics/apngasm/Makefile ============================================================================== --- head/graphics/apngasm/Makefile Thu Dec 26 19:38:16 2013 (r337610) +++ head/graphics/apngasm/Makefile Thu Dec 26 19:50:48 2013 (r337611) @@ -19,6 +19,8 @@ NO_WRKSUBDIR= yes USE_ZIP= yes USES= dos2unix gmake +LDFLAGS+= -lz + PORTDOCS= readme.txt PLIST_FILES= bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261950.rBQJomwP048300>