]> git.pld-linux.org Git - packages/gnustep-base.git/blame - gnustep-base-pass-arguments.patch
- forgot %files; rel 3
[packages/gnustep-base.git] / gnustep-base-pass-arguments.patch
CommitLineData
8aa1db82
JB
1--- gnustep-base-1.10.1/Source/NSProcessInfo.m.orig 2004-01-11 05:49:10.000000000 +0100
2+++ gnustep-base-1.10.1/Source/NSProcessInfo.m 2004-06-27 19:24:46.936405669 +0200
8a274860
JB
3@@ -315,7 +315,7 @@
4 IF_NO_GC(RELEASE(arp));
5 }
6
8aa1db82
JB
7-#if !GS_FAKE_MAIN && ((defined(HAVE_PROCFS) || defined(HAVE_KVM_ENV)) && (defined(HAVE_LOAD_METHOD)))
8+#if !GS_FAKE_MAIN && !GS_PASS_ARGUMENTS && ((defined(HAVE_PROCFS) || defined(HAVE_KVM_ENV)) && (defined(HAVE_LOAD_METHOD)))
8a274860
JB
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.049356 seconds and 4 git commands to generate.