diff options
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> |