aboutsummaryrefslogtreecommitdiff
path: root/science/libkml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-28 19:41:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-28 19:41:46 +0000
commitfe5f171093b5c23b271e3054b99ba8683dffe52c (patch)
tree3d57dfa17216ccf6d83bfa4853a6da091746c674 /science/libkml
parentc2b01249cdd3819834d1e9a177f5177360470e93 (diff)
downloadports-fe5f171093b5c23b271e3054b99ba8683dffe52c.tar.gz
ports-fe5f171093b5c23b271e3054b99ba8683dffe52c.zip
- Cosmetic change
Notes
Notes: svn path=/head/; revision=429818
Diffstat (limited to 'science/libkml')
-rw-r--r--science/libkml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index 852d44a7add2..6d0979550f05 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -32,6 +32,6 @@ SWIG_BUILD_DEPENDS= swig:devel/swig13
SWIG_CONFIGURE_OFF= --disable-swig
post-patch:
- @${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} 's|-Werror||; s| -ansi -pedantic||' {} \;
+ @${FIND} ${WRKSRC} -name Makefile.am -exec ${REINPLACE_CMD} -e 's|-Werror||; s| -ansi -pedantic||' {} +
.include <bsd.port.mk>