From 2c743730a73e7539a703e873d9cef6be8455232b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 27 Oct 2009 11:22:42 +0100 Subject: Fix PPC64 libdir --- unrar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unrar/Makefile') diff --git a/unrar/Makefile b/unrar/Makefile index 32e1906..7407cbe 100644 --- a/unrar/Makefile +++ b/unrar/Makefile @@ -12,7 +12,7 @@ CFLAGS =-I. -I/usr/include -I$(DIR_UNRAR) \ -DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \ -D__VERBOSE_DEBUGx -LIB_SUFFIX=`if test \`uname -m\` = x86_64; then echo 64; fi` +LIB_SUFFIX=`if test \`uname -m\` = x86_64 -o \`uname -m\` = ppc64; then echo 64; fi` UNRAR_LIB_OBJ=$(DIR_UNRAR)/filestr.o $(DIR_UNRAR)/scantree.o $(DIR_UNRAR)/dll.o -- cgit v1.2.3