aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgdbf
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-05-27 14:42:02 +0800
committerlinimon <linimon@FreeBSD.org>2012-05-27 14:42:02 +0800
commit9a468ce4de1d6c7c6ad9a5b4ba426a629e07f90b (patch)
tree841accc8184e289205e74accc4c7dbe0a603fe0c /databases/pgdbf
parentecfa4753916d40a9971602032166d1760e40c8dd (diff)
downloadfreebsd-ports-graphics-9a468ce4de1d6c7c6ad9a5b4ba426a629e07f90b.tar.gz
freebsd-ports-graphics-9a468ce4de1d6c7c6ad9a5b4ba426a629e07f90b.tar.zst
freebsd-ports-graphics-9a468ce4de1d6c7c6ad9a5b4ba426a629e07f90b.zip
Mark as broken on powerpc/sparc64 (and probably ia64): "error: 'rightend'
undeclared (first use in this function)". Hat: portmgr
Diffstat (limited to 'databases/pgdbf')
-rw-r--r--databases/pgdbf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile
index 415bfde4473..0579fedf754 100644
--- a/databases/pgdbf/Makefile
+++ b/databases/pgdbf/Makefile
@@ -26,4 +26,10 @@ PLIST_FILES= bin/pgdbf \
%%DOCSDIR%%/README
PLIST_DIRS= %%DOCSDIR%%
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>