diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-25 18:05:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-25 18:05:29 +0800 |
commit | 7134771d64596a6591916065f7200eb42ec907fa (patch) | |
tree | 3cc2b507809a012bda5d9143ca958acd6f7dbbbb /games | |
parent | 1758a4c1744ef7d481c7e7e1de519ea97bbc78ff (diff) | |
download | freebsd-ports-graphics-7134771d64596a6591916065f7200eb42ec907fa.tar.gz freebsd-ports-graphics-7134771d64596a6591916065f7200eb42ec907fa.tar.zst freebsd-ports-graphics-7134771d64596a6591916065f7200eb42ec907fa.zip |
- Mark BROKEN on sparc64
Diffstat (limited to 'games')
-rw-r--r-- | games/rigsofrods/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/rigsofrods/Makefile b/games/rigsofrods/Makefile index 45382f936ea..276dbf70dfc 100644 --- a/games/rigsofrods/Makefile +++ b/games/rigsofrods/Makefile @@ -59,6 +59,12 @@ LIB_FILES= dependencies/ogrenew/OgreMain/libOgreMain.so.1 \ dependencies/hydrax/libhydrax.so \ dependencies/mysocketw/libmysocketw.so +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-extract: @${RM} -rf ${WRKSRC}/dependencies/ogrenew/Dependencies @@ -102,4 +108,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |