mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
$NetBSD: patch-ad,v 1.1 2008/09/08 06:21:31 dholland Exp $
|
|
|
|
--- GNUmakefile~ 2002-08-16 14:12:43.000000000 -0400
|
|
+++ GNUmakefile 2008-09-08 02:18:49.000000000 -0400
|
|
@@ -9,7 +9,8 @@ ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
|
|
else
|
|
|
|
# Install into the local root by default
|
|
-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
|
|
+#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
|
|
+GNUSTEP_INSTALLATION_DOMAIN = LOCAL
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|