1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3

compile problems.  Informed maintainer.
This commit is contained in:
Mark Linimon 2003-12-23 08:54:42 +00:00
parent e9ecc5feeb
commit c85f70708c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96476

View File

@ -28,6 +28,12 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-bg-utils
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
do-patch:
${REINPLACE_CMD} -e \
"s:/usr/local/share/hackedbox:${PREFIX}/share/hackedbox:g" \
@ -91,4 +97,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>