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:
parent
d2ac3fee9c
commit
6ab1b175f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458595
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user