Date: Thu, 29 May 2014 19:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-x11@FreeBSD.org Subject: Re: ports/188278: commit references a PR Message-ID: <201405291950.s4TJo14M026213@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188278; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188278: commit references a PR Date: Thu, 29 May 2014 19:47:49 +0000 (UTC) Author: kwm Date: Thu May 29 19:47:43 2014 New Revision: 355739 URL: http://svnweb.freebsd.org/changeset/ports/355739 QAT: https://qat.redports.org/buildarchive/r355739/ Log: Fix compile on powerpc64. PR: ports/188278 Submitted by: nwhitehorn@ Modified: head/graphics/exiv2/Makefile Modified: head/graphics/exiv2/Makefile ============================================================================== --- head/graphics/exiv2/Makefile Thu May 29 19:47:41 2014 (r355738) +++ head/graphics/exiv2/Makefile Thu May 29 19:47:43 2014 (r355739) @@ -22,6 +22,12 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc64 +CFLAGS+= -mminimal-toc +.endif + post-patch: @${REINPLACE_CMD} -e 's,LDFLAGS -no-undefined -lpsapi",& ;; \ dragonfly* | freebsd*),' ${WRKSRC}/configure _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291950.s4TJo14M026213>