summaryrefslogtreecommitdiffstats
path: root/editors/abiword-devel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-17 19:28:12 +0000
committermarcus <marcus@FreeBSD.org>2003-07-17 19:28:12 +0000
commitb2ec5aec8b7a56b5ecbfa23618356c8809c0553f (patch)
tree8caf3cb8fb1aa8f1ba24c3ba22b42020f93fe75d /editors/abiword-devel/Makefile
parent553fad5bcc988e2ecce6dfb16efc9e0b8b99d925 (diff)
downloadFreeBSD-ports-b2ec5aec8b7a56b5ecbfa23618356c8809c0553f.zip
FreeBSD-ports-b2ec5aec8b7a56b5ecbfa23618356c8809c0553f.tar.gz
Fix build problems on -CURRENT.
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r--editors/abiword-devel/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index ff51fdd..3e9a8d4 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -70,6 +70,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \
s|%%ACLOCAL%%|${ACLOCAL}|g ; \
s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh
+ @${FIND} ${WRKSRC}/ac-helpers -name "*.m4" | ${XARGS} ${REINPLACE_CMD} \
+ 's|-ansi||g ; \
+ s|-pedantic||g'
+ @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \
+ ${REINPLACE_CMD} 's|-ansi||g ; \
+ s|-pedantic||g'
pre-configure:
@cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL
OpenPOWER on IntegriCloud