summaryrefslogtreecommitdiff
path: root/devel/directfb/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 08:27:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 08:27:06 +0000
commitccbaf3ea7eb58430870d464501b723c112a79be1 (patch)
tree8c423ed6f965c7299ac410909096313337728833 /devel/directfb/Makefile
parentMark as broken with gcc4.2 on 64-bit archs. (diff)
Mark as broken with gcc4.2. While here, clean up some cruft and pet
portlint.
Notes
Notes: svn path=/head/; revision=200614
Diffstat (limited to 'devel/directfb/Makefile')
-rw-r--r--devel/directfb/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index 91e0f03f645b..145592a719b3 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -24,7 +24,7 @@ USE_AUTOTOOLS= libtool:15
USE_SDL= sdl
GNU_CONFIGURE= yes
USE_GMAKE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_PERL5= yes
PLIST_SUB+= DIRECTFB_VERSION=${PORTVERSION}
@@ -46,8 +46,12 @@ MAN5= directfbrc.5
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
-BROKEN= Does not compile on alpha 5.x
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.if ${ARCH} == "alpha"
+BROKEN= Does not compile on alpha
.endif
post-patch: