diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 09:40:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 09:40:39 +0800 |
commit | b4d33640ae17357a2bc183a99b1dd9e32ea032b6 (patch) | |
tree | 419b332aba3c2534c7e5a9ac409c0769cf4f1583 /devel/libthai | |
parent | 4120839f5d9cf516ccd116bbc88e8f16debbccc1 (diff) | |
download | freebsd-ports-gnome-b4d33640ae17357a2bc183a99b1dd9e32ea032b6.tar.gz freebsd-ports-gnome-b4d33640ae17357a2bc183a99b1dd9e32ea032b6.tar.zst freebsd-ports-gnome-b4d33640ae17357a2bc183a99b1dd9e32ea032b6.zip |
Turn off self-tests for sparc64-8 as a temporary workaround for release
(to be able to build kde).
Hat: portmgr
Diffstat (limited to 'devel/libthai')
-rw-r--r-- | devel/libthai/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 283f0db27c86..410c2e498683 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -33,4 +33,10 @@ post-patch: pre-configure: @cd ${WRKSRC} && ${SH} autogen.sh -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +ALL_TARGET= all +.endif + +.include <bsd.port.post.mk> |