aboutsummaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2018-01-10 03:54:34 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2018-01-10 03:54:34 +0000
commit6ab1b175f90d0968b845c3059ea9a183b91a2fae (patch)
tree44bda9b7d800280a3e23bd2585bcbc7689916538 /print/cups
parentd2ac3fee9c894bb6f10ab489a4b165f974fc1b03 (diff)
downloadports-6ab1b175f90d0968b845c3059ea9a183b91a2fae.tar.gz
ports-6ab1b175f90d0968b845c3059ea9a183b91a2fae.zip
Notes
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index a4df5cc39f36..971b2c90e3de 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -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.