1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Unbreak build is fine. (tested on i386/amd64)

PR:		117800
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
This commit is contained in:
Martin Wilke 2007-11-05 10:04:28 +00:00
parent 4d5f7f8396
commit cba8c01b3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202509

View File

@ -21,14 +21,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wall -g -O2||g'
.include <bsd.port.post.mk>
.include <bsd.port.mk>