mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Mark broken on 4.x
Pointed out by: kris via pointyhat
This commit is contained in:
parent
73306fda25
commit
60a4eb4e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151274
@ -42,6 +42,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN="Fails to install"
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="i386"
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
MAKE_ENV+= ARCH_X86="1"
|
||||
|
@ -42,6 +42,10 @@ CONFIGURE_ARGS+= --extra-cflags="${CPPFLAGS} ${CFLAGS} -fPIC -I${LOCALBASE}/incl
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN="Fails to install"
|
||||
.endif
|
||||
|
||||
.if ${ARCH}=="i386"
|
||||
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
|
||||
MAKE_ENV+= ARCH_X86="1"
|
||||
|
Loading…
Reference in New Issue
Block a user