rpms/emelfm2/devel emelfm2-makefile.config.patch,1.3,1.4

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Fri Jan 19 12:24:28 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/emelfm2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17371

Modified Files:
	emelfm2-makefile.config.patch 
Log Message:
modify patch to use new command execution code

emelfm2-makefile.config.patch:

Index: emelfm2-makefile.config.patch
===================================================================
RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2-makefile.config.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emelfm2-makefile.config.patch	17 Dec 2006 01:04:42 -0000	1.3
+++ emelfm2-makefile.config.patch	19 Jan 2007 12:23:57 -0000	1.4
@@ -1,5 +1,5 @@
---- Makefile.config.orig	2006-11-25 02:06:37.000000000 +0100
-+++ Makefile.config	2006-11-11 22:30:33.000000000 +0100
+--- Makefile.config.orig	2007-01-13 22:44:02.000000000 +0100
++++ Makefile.config	2007-01-19 13:00:41.000000000 +0100
 @@ -12,7 +12,7 @@
  ### documentation ###
  #####################
@@ -9,12 +9,18 @@
  
  #the name of the default main-user-guide document
  HELPDOC ?= USAGE
-@@ -87,7 +87,7 @@
+@@ -87,12 +87,12 @@
  
  # setting this to 1 includes code (not much) that is applicable only
  # to Gtk versions > 2.6, if the build-system has any such Gtk
 -USE_LATEST ?= 0
 +USE_LATEST ?= 1
  
+ # setting this to 1 utilises replacement code for command execution. It's known
+ # to wotk reasonably for some (most ?) OS's, but NOT for linux 2.4 (though it's
+ # not fatal for that, just wasteful of CPU cycles)
+-NEW_COMMAND ?= 0
++NEW_COMMAND ?= 1
+ 
  # setting DEBUG to 0/1 turns debugging off/on
  DEBUG ?= 0




More information about the scm-commits mailing list