From f5d246917c0f9906f60d13674c718a4aebab2873 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 6 Mar 2006 20:39:53 +0000 Subject: BROKEN on amd64: Does not compile Approved by: portmgr (implicit) --- x11-wm/bbconf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 4068fb5538be..55672706aef6 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -34,6 +34,12 @@ PLIST_FILES= bin/bbconf \ lib/bbconf/plugins/libthemes.so PLIST_DIRS= lib/bbconf/plugins lib/bbconf +.include + +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 +.endif + post-patch: @${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${PERL} -pi -e 's|-O2 ||g ; \ @@ -47,4 +53,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.2.3