Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > nonfree-release-src > by-pkgid > 86317ec462188f155161894fac7b1c53 > files > 16

xv-3.10a-15.mga5.nonfree.src.rpm

--- config.h	1995-01-05 19:49:21.000000000 +0100
+++ config.h.new	2004-10-19 12:41:41.000000000 +0200
@@ -13,13 +13,13 @@
  * definition appropriately. (use 'which gunzip' to find if you have gunzip, 
  * and where it lives)
  */
-#undef USE_GUNZIP
-
+/* #undef USE_GUNZIP */
+# define USE_GUNZIP
 #ifdef USE_GUNZIP
 #  ifdef VMS
 #    define GUNZIP "UNCOMPRESS"
 #  else
-#    define GUNZIP "/usr/local/bin/gunzip -q"
+#    define GUNZIP "/bin/gunzip -q"
 #  endif
 #endif
 
@@ -88,7 +88,7 @@
  * should not need to be changed
  */
 
-/* #define GS_PATH "/usr/local/bin/gs" */
+#define GS_PATH "/usr/bin/gs" 
 /* #define GS_LIB  "."                 */
 /* #define GS_DEV  "ppmraw"            */