]> git.pld-linux.org Git - packages/gnustep-base.git/blob - gnustep-base-pass-arguments.patch
- release 6 (by relup.sh)
[packages/gnustep-base.git] / gnustep-base-pass-arguments.patch
1 --- gnustep-base-1.24.5/Source/NSProcessInfo.m.orig     2013-09-13 18:37:12.234146907 +0200
2 +++ gnustep-base-1.24.5/Source/NSProcessInfo.m  2013-09-13 18:47:08.217455182 +0200
3 @@ -457,7 +457,7 @@
4    [arp drain];
5  }
6  
7 -#if !GS_FAKE_MAIN && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV) || defined(HAVE_PROCFS_PSINFO) || defined(__APPLE__)) && (defined(HAVE_LOAD_METHOD)))
8 +#if !GS_FAKE_MAIN && !GS_PASS_ARGUMENTS && ((defined(HAVE_PROCFS)  || defined(HAVE_KVM_ENV) || defined(HAVE_PROCFS_PSINFO) || defined(__APPLE__)) && (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.024566 seconds and 3 git commands to generate.