SOURCES: gnustep-base-pass-arguments.patch - updated for 1.11.1

qboosh qboosh at pld-linux.org
Sat Oct 22 13:47:08 CEST 2005


Author: qboosh                       Date: Sat Oct 22 11:47:08 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.11.1

---- Files affected:
SOURCES:
   gnustep-base-pass-arguments.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/gnustep-base-pass-arguments.patch
diff -u SOURCES/gnustep-base-pass-arguments.patch:1.2 SOURCES/gnustep-base-pass-arguments.patch:1.3
--- SOURCES/gnustep-base-pass-arguments.patch:1.2	Sun Oct 31 15:49:19 2004
+++ SOURCES/gnustep-base-pass-arguments.patch	Sat Oct 22 13:47:03 2005
@@ -1,11 +1,11 @@
---- gnustep-base-1.10.1/Source/NSProcessInfo.m.orig	2004-01-11 05:49:10.000000000 +0100
-+++ gnustep-base-1.10.1/Source/NSProcessInfo.m	2004-06-27 19:24:46.936405669 +0200
-@@ -315,7 +315,7 @@
+--- gnustep-base-1.11.1/Source/NSProcessInfo.m.orig	2005-08-15 06:00:22.000000000 +0200
++++ gnustep-base-1.11.1/Source/NSProcessInfo.m	2005-10-22 13:36:36.492131256 +0200
+@@ -343,7 +343,7 @@
    IF_NO_GC(RELEASE(arp));
  }
  
--#if !GS_FAKE_MAIN && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV)) && (defined(HAVE_LOAD_METHOD)))
-+#if !GS_FAKE_MAIN && !GS_PASS_ARGUMENTS && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV)) && (defined(HAVE_LOAD_METHOD)))
+-#if !GS_FAKE_MAIN && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV) || defined(HAVE_PROCFS_PSINFO)) && (defined(HAVE_LOAD_METHOD)))
++#if !GS_FAKE_MAIN && !GS_PASS_ARGUMENTS && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV) || defined(HAVE_PROCFS_PSINFO)) && (defined(HAVE_LOAD_METHOD)))
  /*
   * We have to save program arguments and environment before main () is
   * executed, because main () could modify their values before we get a
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gnustep-base-pass-arguments.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list