24 lines
688 B
Diff
24 lines
688 B
Diff
diff -Nru xmame-0.106/makefile.unix xmame-0.106.org/makefile.unix
|
|
--- xmame-0.106/makefile.unix 2008-06-30 23:46:14.000000000 +0200
|
|
+++ xmame-0.106.org/makefile.unix 2008-07-01 00:10:13.000000000 +0200
|
|
@@ -108,8 +108,8 @@
|
|
|
|
# Compiler for host compilations in cross-compiling environments (used
|
|
# in src/unix/unix.mak for m68k).
|
|
-HOST_CC = $(CC)
|
|
-# HOST_CC = @gcc
|
|
+#HOST_CC = $(CC)
|
|
+HOST_CC = @gcc
|
|
|
|
|
|
###########################################################################
|
|
@@ -758,7 +758,7 @@
|
|
X11_MITSHM = 1
|
|
|
|
# Use Xv extension for hardware scaling.
|
|
-X11_XV = 1
|
|
+#X11_XV = 1
|
|
|
|
# Enable XFree86 DGA. This also causes "make install" to set the suid bit
|
|
# on the executable.
|