BROKEN on 6.x: Configure fails
This commit is contained in:
parent
f7ecb45309
commit
3bb8347198
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121915
1 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,12 @@ GNU_CONFIGURE= yes
|
|||
USE_REINPLACE= yes
|
||||
MAN1= xosview.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
BROKEN= "Configure fails on FreeBSD >= 6.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,iostream.h,iostream,' \
|
||||
${WRKSRC}/xwin.h \
|
||||
|
@ -43,4 +49,4 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's,-O4 -pipe,,' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue