tag 359892 patch
thanks

libfoundation1.0 failed to build because it used the wrong path to
clean_cpu.sh and common.make.  The attached patch corrects these
paths, which allows it to build.

-- 
Matt
diff -rux config.guess -x config.sub 
libfoundation1.0-1.0.76-orig/Resources/GNUmakefile 
libfoundation1.0-1.0.76/Resources/GNUmakefile
--- libfoundation1.0-1.0.76-orig/Resources/GNUmakefile  2006-05-19 
15:44:09.000000000 -0700
+++ libfoundation1.0-1.0.76/Resources/GNUmakefile       2006-05-19 
16:15:08.000000000 -0700
@@ -24,7 +24,7 @@
 
 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
 
--include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
+-include $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles/common.make
 -include 
$(TOP)/Foundation/$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(OBJC_RUNTIME)/config.mak
 -include $(TOP)/config.mak
 
diff -rux config.guess -x config.sub libfoundation1.0-1.0.76-orig/configure 
libfoundation1.0-1.0.76/configure
--- libfoundation1.0-1.0.76-orig/configure      2006-05-19 15:44:09.000000000 
-0700
+++ libfoundation1.0-1.0.76/configure   2006-05-19 16:03:05.000000000 -0700
@@ -1646,7 +1646,7 @@
 
 
 RUNTIME=GNU
-transformed_target_cpu=`${GNUSTEP_SYSTEM_ROOT}/Makefiles/clean_cpu.sh 
${TARGET_CPU}`
+transformed_target_cpu=`${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/clean_cpu.sh 
${TARGET_CPU}`
 
ac_cv_file_output_prefix=Foundation/$transformed_target_cpu/${TARGET_OS}/$RUNTIME
 
 
diff -rux config.guess -x config.sub libfoundation1.0-1.0.76-orig/configure.in 
libfoundation1.0-1.0.76/configure.in
--- libfoundation1.0-1.0.76-orig/configure.in   2006-05-19 15:44:09.000000000 
-0700
+++ libfoundation1.0-1.0.76/configure.in        2006-05-19 16:16:22.000000000 
-0700
@@ -213,7 +213,7 @@
 AC_CHECK_LIB(socket, accept)
 
 RUNTIME=GNU
-transformed_target_cpu=`${GNUSTEP_SYSTEM_ROOT}/Makefiles/clean_cpu.sh 
${TARGET_CPU}`
+transformed_target_cpu=`${GNUSTEP_SYSTEM_ROOT}/Library/Makefiles/clean_cpu.sh 
${TARGET_CPU}`
 
ac_cv_file_output_prefix=Foundation/$transformed_target_cpu/${TARGET_OS}/$RUNTIME
 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to