]> git.pld-linux.org Git - packages/gnustep-base.git/blob - gnustep-base-pass-arguments.patch
- use pass-arguments even if proc found
[packages/gnustep-base.git] / gnustep-base-pass-arguments.patch
1 --- gnustep-base-1.9.2/Source/NSProcessInfo.m.orig      2004-01-11 05:49:10.000000000 +0100
2 +++ gnustep-base-1.9.2/Source/NSProcessInfo.m   2004-06-27 19:24:46.936405669 +0200
3 @@ -315,7 +315,7 @@
4    IF_NO_GC(RELEASE(arp));
5  }
6  
7 -#if !GS_FAKE_MAIN && ((defined(HAVE_PROCFS)  || defined(HAVE_LIBKVM)) && (defined(HAVE_LOAD_METHOD)))
8 +#if !GS_FAKE_MAIN && !GS_PASS_ARGUMENTS && ((defined(HAVE_PROCFS)  || defined(HAVE_LIBKVM)) && (defined(HAVE_LOAD_METHOD)))
9  /*
10   * We have to save program arguments and environment before main () is
11   * executed, because main () could modify their values before we get a
This page took 0.124751 seconds and 3 git commands to generate.