1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/games/corewars/files/patch-ab
Jim Mock 8b29acf448 Update to version 0.9.10. I added patch-ab to simply rip a comment out of
configure that tells you glibc isn't installed but doesn't matter anyway
for the GTK client, which is what we're installing.
2000-04-01 00:48:02 +00:00

17 lines
554 B
Plaintext

--- configure.orig Fri Mar 31 16:14:55 2000
+++ configure Fri Mar 31 16:15:45 2000
@@ -2311,13 +2311,6 @@
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
fi
done