diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:27:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 08:27:06 +0000 |
commit | ccbaf3ea7eb58430870d464501b723c112a79be1 (patch) | |
tree | 8c423ed6f965c7299ac410909096313337728833 /devel/directfb | |
parent | a09493acdfa2dc3245a401d78375e46c87e96d34 (diff) | |
download | ports-ccbaf3ea7eb58430870d464501b723c112a79be1.tar.gz ports-ccbaf3ea7eb58430870d464501b723c112a79be1.zip |
Notes
Diffstat (limited to 'devel/directfb')
-rw-r--r-- | devel/directfb/Makefile | 10 |
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: |