Date: Wed, 10 Jan 2018 03:54:35 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458595 - head/print/cups Message-ID: <201801100354.w0A3sZGi076151@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits (src committer) Date: Wed Jan 10 03:54:34 2018 New Revision: 458595 URL: https://svnweb.freebsd.org/changeset/ports/458595 Log: Drop PIE for cups, it's not supported on powerpc, so fails the build Reviewed By:tijl Differential Revision: https://reviews.freebsd.org/D10613 Modified: head/print/cups/Makefile Modified: head/print/cups/Makefile ============================================================================== --- head/print/cups/Makefile Wed Jan 10 03:51:12 2018 (r458594) +++ head/print/cups/Makefile Wed Jan 10 03:54:34 2018 (r458595) @@ -103,6 +103,9 @@ post-patch: @${REINPLACE_CMD} -e 's|\.default|.sample|'\ ${WRKSRC}/cgi-bin/admin.c\ ${WRKSRC}/conf/Makefile +.if !empty(ARCH:Mpowerpc*) + @${REINPLACE_CMD} -e 's|@PIEFLAGS@||g' ${WRKSRC}/Makedefs.in +.endif post-patch-DOCS-off: # Link to online documentation.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801100354.w0A3sZGi076151>