svn commit: r458595 - head/print/cups

Justin Hibbits jhibbits at FreeBSD.org
Wed Jan 10 03:54:36 UTC 2018


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.


More information about the svn-ports-all mailing list