pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Assembler code is disabled for anything except MACHINE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bbe660be2b4
branches:  trunk
changeset: 499488:8bbe660be2b4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 24 21:00:25 2005 +0000

description:
Assembler code is disabled for anything except MACHINE_ARCH=="i386". This
fixes the build on x86_64. Bumped PKGREVISION to 1.

diffstat:

 doc/CHANGES             |  3 ++-
 wm/windowmaker/Makefile |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 3f442465985b -r 8bbe660be2b4 doc/CHANGES
--- a/doc/CHANGES       Sat Sep 24 09:39:18 2005 +0000
+++ b/doc/CHANGES       Sat Sep 24 21:00:25 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11186 2005/09/24 09:39:18 dsainty Exp $
+$NetBSD: CHANGES,v 1.11187 2005/09/24 21:01:31 rillig Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -4096,3 +4096,4 @@
        Updated devel/cpuflags to 0.93 [abs 2005-09-22]
        Updated sysutils/grub to 0.97nb2 [jlam 2005-09-24]
        Added devel/picprg version 2.3d [dsainty 2005-09-24]
+       Updated wm/windowmaker to 0.92.0nb1 [rillig 2005-09-24]
diff -r 3f442465985b -r 8bbe660be2b4 wm/windowmaker/Makefile
--- a/wm/windowmaker/Makefile   Sat Sep 24 09:39:18 2005 +0000
+++ b/wm/windowmaker/Makefile   Sat Sep 24 21:00:25 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2005/07/09 14:57:08 adam Exp $
+# $NetBSD: Makefile,v 1.56 2005/09/24 21:00:25 rillig Exp $
 
 DISTNAME=      WindowMaker-0.92.0
 PKGNAME=       ${DISTNAME:S/WindowMaker/windowmaker/}
+PKGREVISION=   1
 CATEGORIES=    x11 wm windowmaker
 MASTER_SITES=  ftp://ftp.windowmaker.org/pub/source/release/ \
                ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/
@@ -22,6 +23,9 @@
 CONFIGURE_ARGS+=       --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
 CONFIGURE_ENV+=                LINGUAS=yes
 CONFIGURE_ENV+=                CPP_PATH="${CPP}"
+.if ${MACHINE_ARCH} != "i386"
+CONFIGURE_ENV+=                ac_cv_c_inline_asm=no
+.endif
 
 INSTALL_TARGET=                install-strip
 



Home | Main Index | Thread Index | Old Index