mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
BROKEN on alpha 4.x: Does not compile
This commit is contained in:
parent
5c8eadd701
commit
11a96072fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103931
1 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
CONFIGURE_ARGS= --disable-ewarning
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
||||
BROKEN= "Does not compile on alpha 4.x"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
|
@ -33,4 +39,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/test/example*.cpp ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue