mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
BROKEN on alpha 5.x: does not compile
This commit is contained in:
parent
d48c061ea6
commit
9903ebab0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102066
@ -53,6 +53,12 @@ CONFIGURE_ARGS+= --disable-warnings
|
||||
CFLAGS:= ${CFLAGS:N-mcpu=*}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on alpha 5.x"
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "====>"
|
||||
.ifndef(WITH_SDL)
|
||||
@ -83,4 +89,4 @@ post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/include/video_out.h \
|
||||
${PREFIX}/include/mpeg2dec
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user