aboutsummaryrefslogtreecommitdiffstats
path: root/devel/entity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/entity/Makefile')
-rw-r--r--devel/entity/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile
index 62eb2a4669ae..01611c4278ae 100644
--- a/devel/entity/Makefile
+++ b/devel/entity/Makefile
@@ -28,10 +28,16 @@ USE_LDCONFIG= yes
MAN1= entity.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Broken with gcc 4.2
+.endif
+
post-install:
${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/entity
cd ${WRKSRC}/apps && ${PAX} -r -w `${LS} | \
${GREP} -v Makefile` ${PREFIX}/share/entity
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>