From f4562df3b55a4c862e9e341b64d59be0f80cbef9 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 4 Jul 2006 00:47:06 +0000 Subject: [PATCH 1/1] fixed a 64bit install location git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1303 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/XmlRpc/fhs.make | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sope-xml/XmlRpc/fhs.make b/sope-xml/XmlRpc/fhs.make index a8fd63ee..87f472e9 100644 --- a/sope-xml/XmlRpc/fhs.make +++ b/sope-xml/XmlRpc/fhs.make @@ -5,9 +5,14 @@ ifneq ($(FHS_INSTALL_ROOT),) FHS_INCLUDE_DIR=$(FHS_INSTALL_ROOT)/include/ -FHS_LIB_DIR=$(FHS_INSTALL_ROOT)/lib/ FHS_BIN_DIR=$(FHS_INSTALL_ROOT)/bin/ +ifeq ($(findstring _64, $(GNUSTEP_TARGET_CPU)), _64) +FHS_LIB_DIR=$(FHS_INSTALL_ROOT)/lib64/ +else +FHS_LIB_DIR=$(FHS_INSTALL_ROOT)/lib/ +endif + fhs-header-dirs :: $(MKDIRS) $(FHS_INCLUDE_DIR)$(libXmlRpc_HEADER_FILES_INSTALL_DIR) -- 2.39.2