pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc NetBSD 3.0_BETA/x86_64 bulk build results 2005-09-24



Krister Walfridsson wrote:
Top Ten Offenders

Package                    Breaks  Maintainer
--------------------------------------------------------------
wm/windowmaker             11      tech-pkg%NetBSD.org@localhost

Could you please try the appended patch?

Roland
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
 


Home | Main Index | Thread Index | Old Index