1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- fix leftover

noted by pointyhat / miwi
This commit is contained in:
Olli Hauer 2013-04-23 05:11:57 +00:00
parent cc512eb308
commit 068dcf3977
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316307

View File

@ -95,6 +95,9 @@ post-patch:
-e "s|'bin', 'apxs'|'sbin', 'apxs'|" \
${WRKSRC}/lib/Apache2/Build.pm
pre-configure:
@${FIND} ${WRKSRC} -type f \( -name \*.bak -o -name \*.orig \) -delete
post-configure:
${REINPLACE_CMD} -e 's/-pthread -Wl,-E//g' \
${PATCH_WRKSRC}/xs/APR/APR/Makefile