aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-04 05:13:18 +0800
committermiwi <miwi@FreeBSD.org>2007-01-04 05:13:18 +0800
commit8bb52c76c3abffd6bec27756b077c1a6c011fe8e (patch)
tree239a80f9f319956fa90e8b82ea23c2e0d1b1f6c4 /emulators
parent678b72cfeb5c3bf95a5303909d7fff274b085699 (diff)
downloadfreebsd-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-configure11
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
+