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