View | Details | Raw Unified | Return to bug 161856
Collapse All | Expand All

(-)emulators/qemu-devel/Makefile (+4 lines)
Lines 145-150 MAKE_ARGS+= NOPORTDOCS=${NOPORTDOCS} Link Here
145
BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
145
BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
146
.endif
146
.endif
147
147
148
.if !defined(STRIP) || ${STRIP} == ""
149
CONFIGURE_ARGS+=--disable-strip
150
.endif
151
148
.if ${ARCH} == "amd64"
152
.if ${ARCH} == "amd64"
149
MAKE_ARGS+=	ARCH=x86_64
153
MAKE_ARGS+=	ARCH=x86_64
150
.endif
154
.endif

Return to bug 161856