diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-21 02:53:53 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-21 02:53:53 +0800 |
commit | 526586e8d2b99632ba8a0a461dd617cc61948e24 (patch) | |
tree | f1d0eb20627baa3e73d7083dcff4af440e885cb4 /x11-toolkits | |
parent | ba74778208bf1facab099b433e0315ff9cd92bdf (diff) | |
download | freebsd-ports-gnome-526586e8d2b99632ba8a0a461dd617cc61948e24.tar.gz freebsd-ports-gnome-526586e8d2b99632ba8a0a461dd617cc61948e24.tar.zst freebsd-ports-gnome-526586e8d2b99632ba8a0a461dd617cc61948e24.zip |
Back out my previous commit. There was already a better fix in CVS
Reported by: kris, krion
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xenostep/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/xenostep/Makefile b/x11-toolkits/xenostep/Makefile index e422857aea92..36bc06dd336c 100644 --- a/x11-toolkits/xenostep/Makefile +++ b/x11-toolkits/xenostep/Makefile @@ -26,10 +26,6 @@ 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'`; \ |