1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Mark BROKEN on FreeBSD 7.x

Reported by:	pointyhat
Ok'ed by:	markm (maintainer)
This commit is contained in:
Pav Lucistnik 2007-12-26 16:19:42 +00:00
parent d98dbac0bc
commit ace63100fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204576

View File

@ -44,10 +44,16 @@ INFO= gcl-si gcl-tk
PLIST_SUB= GCL_VER=${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Gcl compiled with gcc42 dumps core
.endif
pre-configure:
${SED} -i '' \
-e 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include|' \
-e 's|@@LOCALLIBS@@|-L${LOCALBASE}/lib -lgmp -lm -lreadline|' \
${WRKSRC}/h/FreeBSD.defs
.include <bsd.port.mk>
.include <bsd.port.post.mk>