summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-24 21:00:25 +0000
committerrillig <rillig@pkgsrc.org>2005-09-24 21:00:25 +0000
commita778895f8d18a2558ed9bddc6eaad3e3a0462e1d (patch)
treedb51b9566bb34656e6d4a7600b7677706bb5c657 /wm/windowmaker
parent61c323074cc1f3a1a59d1d14b41e74c9429a11fe (diff)
downloadpkgsrc-a778895f8d18a2558ed9bddc6eaad3e3a0462e1d.tar.gz
Assembler code is disabled for anything except MACHINE_ARCH=="i386". This
fixes the build on x86_64. Bumped PKGREVISION to 1.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index ca44e992548..a0dcc093296 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -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+= --sysconfdir=${PKG_SYSCONFBASEDIR}
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