Mark as broken with gcc4.2. While here, clean up some cruft and pet

portlint.
This commit is contained in:
Mark Linimon 2007-10-02 08:27:06 +00:00
parent a09493acdf
commit ccbaf3ea7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200614

View file

@ -24,7 +24,7 @@ USE_AUTOTOOLS= libtool:15
USE_SDL= sdl USE_SDL= sdl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
INSTALLS_SHLIB= yes USE_LDCONFIG= yes
USE_PERL5= yes USE_PERL5= yes
PLIST_SUB+= DIRECTFB_VERSION=${PORTVERSION} PLIST_SUB+= DIRECTFB_VERSION=${PORTVERSION}
@ -46,8 +46,12 @@ MAN5= directfbrc.5
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 .if ${OSVERSION} >= 700042
BROKEN= Does not compile on alpha 5.x BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} == "alpha"
BROKEN= Does not compile on alpha
.endif .endif
post-patch: post-patch: