mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken with gcc4.2. While here, clean up some cruft and pet
portlint.
This commit is contained in:
parent
a09493acdf
commit
ccbaf3ea7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200614
1 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue