From dc6c1b3604df7e980af36ab4dcb848b6a418f3ba Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 4 Jul 2006 00:17:51 +0000 Subject: [PATCH] 64bit fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1301 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- xmlrpc_call/GNUmakefile.preamble | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmlrpc_call/GNUmakefile.preamble b/xmlrpc_call/GNUmakefile.preamble index 2fb24c1d..b8fd3e9f 100644 --- a/xmlrpc_call/GNUmakefile.preamble +++ b/xmlrpc_call/GNUmakefile.preamble @@ -57,7 +57,11 @@ ADDITIONAL_LIB_DIRS += \ $(foreach dir,$(DEP_DIRS),-F$(GNUSTEP_BUILD_DIR)/$(dir)) endif +ifeq ($(findstring _64, $(GNUSTEP_TARGET_CPU)), _64) +SYSTEM_LIB_DIR += -L/usr/local/lib64 -L/usr/lib64 +else SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib +endif # OS dependend stuff -- 2.39.5