Fixes a build problem, but not the only one; now it has the same problem as devel/ProjectCenter.
14 lines
448 B
Text
14 lines
448 B
Text
$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
|
|
|