BROKEN on 5.x: does not compile
This commit is contained in:
parent
e9ab906fe5
commit
70b8e9b7c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100331
1 changed files with 7 additions and 1 deletions
|
@ -31,6 +31,12 @@ USE_AUTOCONF= yes
|
|||
WANT_AUTOCONF_VER= 257
|
||||
WRKSRC= ${WRKDIR}/pd-0.37-1test1/src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
${RM} -f ${WRKSRC}/configure
|
||||
|
||||
|
@ -87,4 +93,4 @@ do-install:
|
|||
${MKDIR} ${DATADIR}
|
||||
cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue