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 /devel/upp | |
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 'devel/upp')
-rw-r--r-- | devel/upp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile index bdcf2d9e7475..e601088b86b1 100644 --- a/devel/upp/Makefile +++ b/devel/upp/Makefile @@ -47,6 +47,10 @@ USE_MYSQL= yes USE_PGSQL= yes .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + pre-build: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/uppsrc/ide/Makefile @${REINPLACE_CMD} -e 's|CINC =(.*)|$1 ${PTHREAD_CFLAGS}|' ${WRKSRC}/uppsrc/ide/Makefile |