svn commit: r342864 - head/graphics/apngdis

John Marino marino at FreeBSD.org
Wed Feb 5 21:34:44 UTC 2014


Author: marino
Date: Wed Feb  5 21:34:43 2014
New Revision: 342864
URL: http://svnweb.freebsd.org/changeset/ports/342864
QAT: https://qat.redports.org/buildarchive/r342864/

Log:
  graphics/apngdis: Explicitly link libm (taken from dports)

Modified:
  head/graphics/apngdis/Makefile

Modified: head/graphics/apngdis/Makefile
==============================================================================
--- head/graphics/apngdis/Makefile	Wed Feb  5 21:30:54 2014	(r342863)
+++ head/graphics/apngdis/Makefile	Wed Feb  5 21:34:43 2014	(r342864)
@@ -18,6 +18,7 @@ NO_WRKSUBDIR=	yes
 
 USE_ZIP=	yes
 USES=		dos2unix gmake
+LDFLAGS+=	-lz
 
 PORTDOCS=	readme.txt
 PLIST_FILES=	bin/${PORTNAME}


More information about the svn-ports-all mailing list