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.
This commit is contained in:
Doug Barton 2012-03-02 19:56:58 +00:00
parent 89b7029586
commit 560aea0558
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292541

View File

@ -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>