aboutsummaryrefslogtreecommitdiffstats
path: root/devel/entity
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-05-27 11:03:31 +0800
committerkris <kris@FreeBSD.org>2007-05-27 11:03:31 +0800
commit3ee20a81fbe38cbba4000ad893e1ac81e953f2eb (patch)
tree965567cbb664ce2d1956915bd4daa13e8e6e1241 /devel/entity
parent0ccd4067feff5266b8b5bc29943d9c4ca415e847 (diff)
downloadfreebsd-ports-graphics-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.gz
freebsd-ports-graphics-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.tar.zst
freebsd-ports-graphics-3ee20a81fbe38cbba4000ad893e1ac81e953f2eb.zip
BROKEN with gcc 4.2
Diffstat (limited to 'devel/entity')
-rw-r--r--devel/entity/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile
index 62eb2a4669a..01611c4278a 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>