From 16fc5f23d1fcff79019450b03938d2aa693ba7bd Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 19 Mar 2004 19:58:31 +0000 Subject: Fix Build on AMD64 --- x11-toolkits/xenostep/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/xenostep/Makefile b/x11-toolkits/xenostep/Makefile index 36bc06dd336c..e422857aea92 100644 --- a/x11-toolkits/xenostep/Makefile +++ b/x11-toolkits/xenostep/Makefile @@ -26,6 +26,10 @@ MAKE_ENV= MKDIR="${MKDIR}" DIRS= "XenoStep Classic" "XenoStep Classic Small" "XenoStep HeliX" \ "XenoStep HeliX Small" "XenoStep Modern" "XenoStep Modern Small" +.if ${MACHINE_ARCH:L} == "amd64" +CFLAGS+= -fPIC +.endif + post-extract: for dir in ${DIRS}; do \ destdir=`${ECHO_CMD} $${dir} | ${SED} 's| |_|g'`; \ -- cgit