diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-19 19:58:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-19 19:58:31 +0000 |
commit | c02e8715b59e4fa272b07eff0a14c21a6aad2ec8 (patch) | |
tree | b56a512ea02245ba29f201e60e730fb8e9c16892 /x11-toolkits | |
parent | 4040d94a29e8dd55febb2bf3479a648122317fd2 (diff) | |
download | ports-c02e8715b59e4fa272b07eff0a14c21a6aad2ec8.tar.gz ports-c02e8715b59e4fa272b07eff0a14c21a6aad2ec8.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xenostep/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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'`; \ |