diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:47 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-25 14:12:47 +0000 |
commit | a29ec5f53167a74afcc2a0aeeaedb2d54fc6530c (patch) | |
tree | bb64c7b66e774560c6176f335d187b5ec77c0efe | |
parent | a0bf3b4105ddcb01aa2e5b90ef52c239fe158f32 (diff) | |
download | ports-a29ec5f53167a74afcc2a0aeeaedb2d54fc6530c.tar.gz ports-a29ec5f53167a74afcc2a0aeeaedb2d54fc6530c.zip |
print/cups: remove obsolete conditional for powerpc
PIE now works fine.
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index e772e5c579d7..dd2d406a33cb 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -104,9 +104,6 @@ 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. |