Subject: Re: pkgsrc NetBSD 3.0_BETA/x86_64 bulk build results 2005-09-24
To: Krister Walfridsson <cato@df.lth.se>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bulk
Date: 09/24/2005 21:37:58
This is a multi-part message in MIME format.
--------------080300010409060900050005
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Krister Walfridsson wrote:
> Top Ten Offenders
>
> Package Breaks Maintainer
> --------------------------------------------------------------
> wm/windowmaker 11 tech-pkg@NetBSD.org
Could you please try the appended patch?
Roland
--------------080300010409060900050005
Content-Type: text/plain;
name="windowmaker.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="windowmaker.patch"
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/wm/windowmaker/Makefile,v
retrieving revision 1.55
diff -u -p -r1.55 Makefile
--- Makefile 9 Jul 2005 14:57:08 -0000 1.55
+++ Makefile 24 Sep 2005 19:36:53 -0000
@@ -22,6 +22,9 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ENV+= LINGUAS=yes
CONFIGURE_ENV+= CPP_PATH="${CPP}"
+.if ${MACHINE_ARCH} == "x86_64"
+CONFIGURE_ENV+= ac_cv_c_inline_asm=no
+.endif
INSTALL_TARGET= install-strip
--------------080300010409060900050005--