diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:45:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:45:05 +0000 |
commit | dc26409a0daa16285ec8488edf6f8a287b742bee (patch) | |
tree | a291ec1d8028683b373d32701c646556a5ff6a77 /games/pykawari | |
parent | 1592ed613c0f093058f1bb1327d797b300cd5cf3 (diff) | |
download | ports-dc26409a0daa16285ec8488edf6f8a287b742bee.tar.gz ports-dc26409a0daa16285ec8488edf6f8a287b742bee.zip |
Apply nasty -fPIC hack to ia64 as well to attempt to "fix" build
Notes
Notes:
svn path=/head/; revision=135792
Diffstat (limited to 'games/pykawari')
-rw-r--r-- | games/pykawari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile index 188b7ca14de6..f234334162cd 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 |