aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-03-02 19:56:58 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-03-02 19:56:58 +0000
commit560aea055876483651892fe984a4d97877ef0fe3 (patch)
treecf9a0ee325720307c32d2f86a40dcf9ecf981b40 /x11-wm
parent89b70295868436f2d373d2e197f4b85a28e5197e (diff)
downloadports-560aea055876483651892fe984a4d97877ef0fe3.tar.gz
ports-560aea055876483651892fe984a4d97877ef0fe3.zip
Hope to fix 7-amd64 with blind luck by conditionally adding back
the ac_cv_c_inline_asm=no fix that seemed no longer to be necessary.
Notes
Notes: svn path=/head/; revision=292541
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index fb3c0c7f5082..1a1b39565100 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -46,7 +46,14 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-x
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
.if !defined(LWR_SLAVE)
+
+.if ${ARCH} == amd64 && ${OSVERSION} < 800000
+CONFIGURE_ENV+= ac_cv_c_inline_asm=no
+.endif
+
CONFLICTS= libwraster-0.*
MANLANG= "" cs ru sk
@@ -87,4 +94,4 @@ update-LINGUAS: extract
${ECHO_CMD} *.po | ${SED} 's|\.po||g' > ${FILESDIR}/LINGUAS
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>