File xzgv.diff of Package xzgv
diff -ur ../xzgv-0.7-orig/config.mk ./config.mk
--- ../xzgv-0.7-orig/config.mk Mon Jan 8 05:57:44 2001
+++ ./config.mk Fri May 4 17:27:00 2001
@@ -27,7 +27,7 @@
# On non-x86-based machines (e.g. Alpha, Sparc, PPC), you should
# comment it out.
#
-CFLAGS+=-DINTERP_MMX
+#CFLAGS+=-DINTERP_MMX
# Set rendering backend to use. Currently only Imlib 1.x is properly
# supported, so leave this alone. :-)
@@ -45,7 +45,7 @@
# MANDIR to directory for man page.
# Usually it will be simpler to just set PREFIX.
#
-PREFIX=/usr/local
+PREFIX=/usr
# In theory it would be nice to put the info file and man page under
# /usr/local/share. However, it's not clear if this is widely
@@ -58,7 +58,7 @@
#
# If you don't know what to do, leave it as-is.
#
-#SHARE_INFIX=/share
+SHARE_INFIX=/share
BINDIR=$(PREFIX)/bin
INFODIR=$(PREFIX)$(SHARE_INFIX)/info
Only in .: config.mk.orig