aboutsummaryrefslogtreecommitdiff
path: root/games/cgoban/files/patch-configure
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 12:33:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-08 12:33:47 +0000
commit5d9cda2526d2fa2732357fb72eaa25ca16100761 (patch)
tree6addf5314716d604b1660c3a66c91889dd8efe31 /games/cgoban/files/patch-configure
parent663360b6bdc0b42070c9e688dc698ffdd86c2f4e (diff)
downloadports-5d9cda2526d2fa2732357fb72eaa25ca16100761.tar.gz
ports-5d9cda2526d2fa2732357fb72eaa25ca16100761.zip
upgrade games/cgoban to 1.9.13
This port upgrades games/cgoban to version 1.9.14. PR: ports/39608 Submitted by: Steve Coltrin <spcoltri@omcl.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=88802
Diffstat (limited to 'games/cgoban/files/patch-configure')
-rw-r--r--games/cgoban/files/patch-configure43
1 files changed, 43 insertions, 0 deletions
diff --git a/games/cgoban/files/patch-configure b/games/cgoban/files/patch-configure
new file mode 100644
index 000000000000..b030824e68e9
--- /dev/null
+++ b/games/cgoban/files/patch-configure
@@ -0,0 +1,43 @@
+--- configure.orig Mon Jan 6 12:33:43 2003
++++ configure Mon Jan 13 18:57:02 2003
+@@ -1272,7 +1272,7 @@
+
+
+
+-am__api_version="1.6"
++am__api_version="14"
+ ac_aux_dir=
+ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
+ if test -f $ac_dir/install-sh; then
+@@ -1540,13 +1540,13 @@
+
+ # Some tools Automake needs.
+
+-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
++ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal${am__api_version}"}
+
+
+ AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
++AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake${am__api_version}"}
+
+
+ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+@@ -3832,15 +3832,6 @@
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+-echo "$as_me:$LINENO: checking for best CFLAGS argument" >&5
+-echo $ECHO_N "checking for best CFLAGS argument... $ECHO_C" >&6
+-if test $ac_cv_c_compiler_gnu = yes ; then
+- CFLAGS='-O2 -fomit-frame-pointer'
+-else
+- CFLAGS='-O'
+-fi
+-echo "$as_me:$LINENO: result: $CFLAGS" >&5
+-echo "${ECHO_T}$CFLAGS" >&6
+
+
+ # Add the stamp file to the list of files AC keeps track of,