diff options
-rw-r--r-- | x11-themes/xenostep/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/xenostep/Makefile | 4 |
2 files changed, 0 insertions, 8 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'`; \ 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'`; \ |