diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-01-10 03:54:34 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2018-01-10 03:54:34 +0000 |
commit | 6ab1b175f90d0968b845c3059ea9a183b91a2fae (patch) | |
tree | 44bda9b7d800280a3e23bd2585bcbc7689916538 /print/cups | |
parent | d2ac3fee9c894bb6f10ab489a4b165f974fc1b03 (diff) | |
download | ports-6ab1b175f90d0968b845c3059ea9a183b91a2fae.tar.gz ports-6ab1b175f90d0968b845c3059ea9a183b91a2fae.zip |
Notes
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 3 |
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. |