1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/games/legesmotus/files/patch-configure

12 lines
320 B
Plaintext
Raw Normal View History

2010-12-28 11:32:20 +00:00
--- configure.orig 2010-08-20 11:16:17.000000000 +0400
+++ configure 2010-12-27 02:23:26.000000000 +0300
@@ -226,7 +226,7 @@
printf '%s' "Checking for g++... "
-if which $CXX >/dev/null 2>/dev/null && $CXX --version | grep g++ >/dev/null 2>/dev/null
+if which $CXX >/dev/null 2>/dev/null
then
echo "Found"
else