Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2022 14:28:24 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a29ec5f53167 - main - print/cups: remove obsolete conditional for powerpc
Message-ID:  <202204251428.23PESO15033632@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a29ec5f53167a74afcc2a0aeeaedb2d54fc6530c

commit a29ec5f53167a74afcc2a0aeeaedb2d54fc6530c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-25 14:12:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-25 14:12:47 +0000

    print/cups: remove obsolete conditional for powerpc
    
    PIE now works fine.
---
 print/cups/Makefile | 3 ---
 1 file changed, 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204251428.23PESO15033632>