diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-03 21:13:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-03 21:13:18 +0000 |
commit | 7534b5eee126c5794d74c17ecbd539252e4b5e70 (patch) | |
tree | 85ae82f674b50bb0e80f53ecaf60af38d6dcc4bd /emulators/tme | |
parent | c17d58cfd40a099fdf5f974261b2bb25b7bd4f4b (diff) | |
download | ports-7534b5eee126c5794d74c17ecbd539252e4b5e70.tar.gz ports-7534b5eee126c5794d74c17ecbd539252e4b5e70.zip |
Notes
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/tme/files/patch-configure b/emulators/tme/files/patch-configure new file mode 100644 index 000000000000..7c1320446e46 --- /dev/null +++ b/emulators/tme/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 3 19:05:49 2007 ++++ configure Wed Jan 3 19:06:10 2007 +@@ -25853,7 +25853,7 @@ + enable_warnings=yes + fi; + if test "x$enable_warnings" = "xyes" -a "x$GCC" = "xyes"; then +- CFLAGS="${CFLAGS-} -Wundef -Wall -Werror" ++ CFLAGS="${CFLAGS-} -Wundef -Wall" + CXXFLAGS="${CXXFLAGS-} -W" + fi + |