diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-28 19:41:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-28 19:41:46 +0000 |
commit | fe5f171093b5c23b271e3054b99ba8683dffe52c (patch) | |
tree | 3d57dfa17216ccf6d83bfa4853a6da091746c674 /science | |
parent | c2b01249cdd3819834d1e9a177f5177360470e93 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libkml/Makefile | 2 |
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> |