aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-03-19 19:58:31 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-03-19 19:58:31 +0000
commitc02e8715b59e4fa272b07eff0a14c21a6aad2ec8 (patch)
treeb56a512ea02245ba29f201e60e730fb8e9c16892 /x11-themes
parent4040d94a29e8dd55febb2bf3479a648122317fd2 (diff)
downloadports-c02e8715b59e4fa272b07eff0a14c21a6aad2ec8.tar.gz
ports-c02e8715b59e4fa272b07eff0a14c21a6aad2ec8.zip
Fix Build on AMD64
Notes
Notes: svn path=/head/; revision=104661
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xenostep/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/xenostep/Makefile b/x11-themes/xenostep/Makefile
index 36bc06dd336c..e422857aea92 100644
--- a/x11-themes/xenostep/Makefile
+++ b/x11-themes/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'`; \