aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-22 01:45:05 +0800
committerkris <kris@FreeBSD.org>2005-05-22 01:45:05 +0800
commitac41c3b7ba72c15fba7501fc5d927efcc896c3a2 (patch)
tree5b95ca9966d1d226e60ff188d87742db9a7549a3 /games
parentaf19278262d3f0dafd1ad5dc43ea419e0c950b18 (diff)
downloadfreebsd-ports-graphics-ac41c3b7ba72c15fba7501fc5d927efcc896c3a2.tar.gz
freebsd-ports-graphics-ac41c3b7ba72c15fba7501fc5d927efcc896c3a2.tar.zst
freebsd-ports-graphics-ac41c3b7ba72c15fba7501fc5d927efcc896c3a2.zip
Apply nasty -fPIC hack to ia64 as well to attempt to "fix" build
Diffstat (limited to 'games')
-rw-r--r--games/pykawari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile
index 188b7ca14de..f234334162c 100644
--- a/games/pykawari/Makefile
+++ b/games/pykawari/Makefile
@@ -43,7 +43,7 @@ CFLAGS+= ${PTHREAD_CFLAGS} -fPIC
USE_GCC= 3.3
.endif
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif