diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-04 05:13:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-04 05:13:18 +0800 |
commit | 8bb52c76c3abffd6bec27756b077c1a6c011fe8e (patch) | |
tree | 239a80f9f319956fa90e8b82ea23c2e0d1b1f6c4 /emulators | |
parent | 678b72cfeb5c3bf95a5303909d7fff274b085699 (diff) | |
download | freebsd-ports-gnome-8bb52c76c3abffd6bec27756b077c1a6c011fe8e.tar.gz freebsd-ports-gnome-8bb52c76c3abffd6bec27756b077c1a6c011fe8e.tar.zst freebsd-ports-gnome-8bb52c76c3abffd6bec27756b077c1a6c011fe8e.zip |
- Fix build with sparc64
PR: 107422
Submitted by: trasz
Diffstat (limited to 'emulators')
-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 + |