summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-05-21 17:45:05 +0000
committerkris <kris@FreeBSD.org>2005-05-21 17:45:05 +0000
commitac41c3b7ba72c15fba7501fc5d927efcc896c3a2 (patch)
tree5b95ca9966d1d226e60ff188d87742db9a7549a3 /games
parentaf19278262d3f0dafd1ad5dc43ea419e0c950b18 (diff)
downloadFreeBSD-ports-ac41c3b7ba72c15fba7501fc5d927efcc896c3a2.zip
FreeBSD-ports-ac41c3b7ba72c15fba7501fc5d927efcc896c3a2.tar.gz
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 188b7ca..f2343341 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
OpenPOWER on IntegriCloud