mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Add reference to the relevant issue in debian mailing list.
This commit is contained in:
parent
0f4d669dbe
commit
50fde455c5
1 changed files with 4 additions and 0 deletions
|
@ -603,9 +603,13 @@
|
||||||
* with GNUSTEP_USER_ROOT. This causes any app which might use the make command to fail since
|
* with GNUSTEP_USER_ROOT. This causes any app which might use the make command to fail since
|
||||||
* in gnustep-make this variable is deprecated. This issue exists with version of WindowMaker
|
* in gnustep-make this variable is deprecated. This issue exists with version of WindowMaker
|
||||||
* 0.95.8 and prior. WindowMaker 0.95.9 fixes this by using WMAKER_USER_ROOT instead.
|
* 0.95.8 and prior. WindowMaker 0.95.9 fixes this by using WMAKER_USER_ROOT instead.
|
||||||
|
*
|
||||||
|
* https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1664042.html
|
||||||
|
* the above is a link to the root cause of this issue.
|
||||||
*/
|
*/
|
||||||
[env addEntriesFromDictionary: [[NSProcessInfo processInfo] environment]];
|
[env addEntriesFromDictionary: [[NSProcessInfo processInfo] environment]];
|
||||||
[env removeObjectForKey: @"GNUSTEP_USER_ROOT"];
|
[env removeObjectForKey: @"GNUSTEP_USER_ROOT"];
|
||||||
|
// This should be removed once use of 0.95.9 is common..
|
||||||
|
|
||||||
makeTask = [[NSTask alloc] init];
|
makeTask = [[NSTask alloc] init];
|
||||||
[makeTask setEnvironment: env];
|
[makeTask setEnvironment: env];
|
||||||
|
|
Loading…
Reference in a new issue