Date: Wed, 5 Feb 2014 21:34:43 +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: r342864 - head/graphics/apngdis Message-ID: <201402052134.s15LYhIa055900@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052134.s15LYhIa055900>