aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>