- Mark BROKEN on 6.X: does not configure
Feature safe: yes
This commit is contained in:
parent
c029fa9167
commit
2aa38f3ee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256799
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--disable-gnome
|
|||
PLIST_SUB+= GNOME="@comment "
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not configure on 6.X
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in
|
||||
|
|
Loading…
Reference in a new issue