svn commit: r337611 - head/graphics/apngasm

John Marino marino at FreeBSD.org
Thu Dec 26 19:50:49 UTC 2013


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}
 


More information about the svn-ports-head mailing list