freebsd-ports/games/legesmotus/files/patch-configure
Dmitry Marakasov 95c71f729e - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-10-17 05:33:48 +00:00

11 lines
275 B
Text

--- configure.orig 2010-08-20 07:16:17 UTC
+++ configure
@@ -226,7 +226,7 @@ fi
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