aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-23 10:15:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-23 10:15:19 +0000
commita7d47ee65326c6a807ee0314e2a166a7517b1066 (patch)
tree2716647c073e90125b08f989c88336c3cd7b5047
parent19987be5c65f176c16545b484b000e41dcd76ea1 (diff)
downloadports-a7d47ee65326c6a807ee0314e2a166a7517b1066.tar.gz
ports-a7d47ee65326c6a807ee0314e2a166a7517b1066.zip
BROKEN on amd64: Does not compile (missing -fPIC)
Notes
Notes: svn path=/head/; revision=109771
-rw-r--r--x11-toolkits/slingshot/Makefile8
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>