From 560aea055876483651892fe984a4d97877ef0fe3 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 2 Mar 2012 19:56:58 +0000 Subject: 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. --- x11-wm/windowmaker/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'x11-wm') 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 + .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 +.include -- cgit v1.2.3