Files
macports-ports/textproc/yamcha/files/patch-configure.ac.diff
Ryan Schmidt 886aaf633d yamcha: Always run autoreconf
Since we are patching configure.in, the configure script always needs
to be regenerated.

Rename configure.in to configure.ac since that's what autoconf wants.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@154217 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-10-24 14:50:23 +00:00

14 lines
356 B
Diff

--- configure.ac.orig 2004-12-05 14:24:42.000000000 -0600
+++ configure.ac 2011-04-19 07:19:14.000000000 -0500
@@ -60,8 +60,8 @@
dnl check gcc
dnl
if test -n "$GCC"; then
- CFLAGS="-O3 -Wno-deprecated -Wall"
- CXXFLAGS="-O3 -Wno-deprecated -Wall"
+ CFLAGS="$CFLAGS -Wno-deprecated -Wall"
+ CXXFLAGS="$CXXFLAGS -Wno-deprecated -Wall"
fi
dnl