diff options
author | linimon <linimon@FreeBSD.org> | 2008-12-10 15:35:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-12-10 15:35:19 +0800 |
commit | 5dba952df544cb22578a4420dc76372bf8c11096 (patch) | |
tree | 63368d4aae4db9efc2ca032511e7db5f40e56105 /x11-toolkits | |
parent | 812b68b187731c45d5704e2e36d4a4d9ad5606b7 (diff) | |
download | freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.gz freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.tar.zst freebsd-ports-gnome-5dba952df544cb22578a4420dc76372bf8c11096.zip |
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/irrlicht/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile index 52fa0dc7d85f..d71a68fdeffa 100644 --- a/x11-toolkits/irrlicht/Makefile +++ b/x11-toolkits/irrlicht/Makefile @@ -43,6 +43,10 @@ OPTIONS= DEBUG "Compile with debugging simbols" off \ CFLAGS+= -fPIC .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if !defined(WITHOUT_EXAMPLES) PLIST_SUB+= EXAMPLES="" .else diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 55255a3ea9f4..93b1064c0b4b 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -69,6 +69,10 @@ ARGS+= --trace .endif ARGS+= --enable QtGui +.if ${ARCH} == "sparc64" && ${OSVERSION} >= 700000 +BROKEN= Does not compile on sparc64 +.endif + do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} |