diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:08:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 23:08:37 +0000 |
commit | 8efcd1278a4f9cb89a380d6bad768ca89463452f (patch) | |
tree | c86327e8347d13ff442482d52db87a1594de8260 /x11-toolkits/slingshot | |
parent | 9bf20a05dc426ec61deecad4add51f930236d18d (diff) | |
download | ports-8efcd1278a4f9cb89a380d6bad768ca89463452f.tar.gz ports-8efcd1278a4f9cb89a380d6bad768ca89463452f.zip |
Notes
Diffstat (limited to 'x11-toolkits/slingshot')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 2b8890f0ee2a..c85f4bd1fe51 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -26,8 +26,8 @@ MAKE_ENV= OPENWINHOME=${X11BASE} .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (missing -fPIC)" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" .endif pre-patch: |