29 lines
826 B
Plaintext
29 lines
826 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2006/02/10 08:53:19 steven Exp $
|
|
--- configure.orig Sun Jul 30 03:33:34 2000
|
|
+++ configure Fri Feb 10 09:28:59 2006
|
|
@@ -1999,7 +1999,7 @@ rm -f conftest*
|
|
rm -f conf.gtktest
|
|
|
|
|
|
-CFLAGS=$GTK_CFLAGS
|
|
+CFLAGS="$CFLAGS $GTK_CFLAGS"
|
|
LIBS=$GTK_LIBS
|
|
|
|
|
|
@@ -2310,14 +2310,7 @@ if eval "test \"`echo '$ac_cv_header_'$a
|
|
EOF
|
|
COREWARSCMD=corewars-cmd
|
|
else
|
|
- echo "$ac_t""no" 1>&6
|
|
-echo "configure: warning:
|
|
-
|
|
- ********************************************************************************
|
|
- *** glibc >= 2.1 not installed - cannot build command line client without it ***
|
|
- *** (but this is ok if you want the GTK+ client only) ***
|
|
- ********************************************************************************
|
|
-" 1>&2
|
|
+ COREWARSCMD=corewars-cmd
|
|
fi
|
|
done
|
|
|