freebsd-ports/games/uqm/files/patch-build-unix-config_proginfo_build
Alex Kozlov 3899c62461 - Fix build with clang [1]
- Improve options description [1]
- Update maintainer email [1]
- Support STAGEDIR
- Convert to new LIB_DEPENDS syntax
- Convert to options helpers when possible

PR:	ports/184290 (based on) [1]
Submitted by:	Benjamin Lutz <mail@maxlor.com> (maintainer) [1]
2013-11-30 07:51:09 +00:00

16 lines
397 B
Text

--- build/unix/config_proginfo_build.orig 2011-05-20 21:25:22.000000000 +0200
+++ build/unix/config_proginfo_build 2013-11-25 19:19:42.000000000 +0100
@@ -166,10 +166,10 @@
### gcc ###
-PROG_gcc_NAME="GNU C compiler"
-PROG_gcc_FILE="gcc"
+PROG_gcc_NAME="C compiler"
+PROG_gcc_FILE="cc"
PROG_gcc_ACTION=""
-PROG_gcc_VERSION='$(gcc --version)'
+PROG_gcc_VERSION='$(cc --version)'
### sed ###