summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-11-05 10:04:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-11-05 10:04:28 +0000
commitcba8c01b3d4fb3dac3af17a1c7c8b3defa4998ef (patch)
treecf95d57c74818a34b4315d32b92fafc7a2b93898 /devel
parent- Fix build with gcc 4.2 (diff)
- Unbreak build is fine. (tested on i386/amd64)
PR: 117800 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=202509
Diffstat (limited to 'devel')
-rw-r--r--devel/libfs++/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile
index a6ff52ed0611..46286deb18d5 100644
--- a/devel/libfs++/Makefile
+++ b/devel/libfs++/Makefile
@@ -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>