Mark broken on FreeBSD 7.x
This commit is contained in:
parent
5ceaed7ee7
commit
2d414fca6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299517
@ -17,8 +17,6 @@ COMMENT= Fast and portable Forth system
|
||||
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -44,6 +42,10 @@ PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= Does not build on FreeBSD < 8.x
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == i386 || ${ARCH} == "powerpc"
|
||||
WORDSIZE=32
|
||||
.else
|
||||
|
@ -91,6 +91,10 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= Does not build on FreeBSD < 8.x
|
||||
.endif
|
||||
|
||||
.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
|
||||
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user