Drop PIE for cups, it's not supported on powerpc, so fails the build

Reviewed By:tijl
Differential Revision: https://reviews.freebsd.org/D10613
This commit is contained in:
Justin Hibbits 2018-01-10 03:54:34 +00:00
parent d2ac3fee9c
commit 6ab1b175f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458595

View File

@ -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.