Mark broken on FreeBSD 7.x

This commit is contained in:
Johan van Selst 2012-06-17 21:14:36 +00:00
parent 5ceaed7ee7
commit 2d414fca6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299517
2 changed files with 8 additions and 2 deletions

View File

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

View File

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