diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-23 10:15:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-23 10:15:19 +0000 |
commit | a7d47ee65326c6a807ee0314e2a166a7517b1066 (patch) | |
tree | 2716647c073e90125b08f989c88336c3cd7b5047 /x11-toolkits/slingshot | |
parent | 19987be5c65f176c16545b484b000e41dcd76ea1 (diff) | |
download | ports-a7d47ee65326c6a807ee0314e2a166a7517b1066.tar.gz ports-a7d47ee65326c6a807ee0314e2a166a7517b1066.zip |
Notes
Diffstat (limited to 'x11-toolkits/slingshot')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index a71d196cbfc2..2b8890f0ee2a 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -24,6 +24,12 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes MAKE_ENV= OPENWINHOME=${X11BASE} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 (missing -fPIC)" +.endif + pre-patch: ${CP} ${WRKSRC}/config.sunos4x ${WRKSRC}/config.fbsd @@ -34,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${PREFIX}/share/doc/SlingShot .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |