BROKEN on 6.x: Configure fails
This commit is contained in:
parent
6e1ffea754
commit
6aaf4e0d59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121926
1 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,12 @@ WRKSRC= ${WRKDIR}/${SPEEDTOUCH}
|
|||
MAN1= modem_run.1 pppoa2.1 pppoa3.1
|
||||
USE_BZIP2= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
BROKEN= "Configure fails on FreeBSD >= 6.x"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${TAR} -zxf ${DISTDIR}/${ALCATELDRIVER} -C ${WRKSRC}
|
||||
@${REINPLACE_CMD} s/-lkse/${PTHREAD_LIBS}/g ${WRKSRC}/configure
|
||||
|
@ -41,4 +47,4 @@ post-install:
|
|||
${LOCALBASE}/share/doc/speedtouch/.
|
||||
@${CAT} ${LOCALBASE}/share/doc/speedtouch/quick-install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue