diff options
Diffstat (limited to 'games/rigsofrods')
-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 45382f936ea6..276dbf70dfc2 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> |