mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix build on 5.x by removing -pedantic
This commit is contained in:
parent
016a71e4f7
commit
3271c6aad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94626
@ -18,12 +18,12 @@ GNU_CONFIGURE= yes
|
|||||||
CONFIGURE_ARGS= --enable-shared --enable-fast-handles
|
CONFIGURE_ARGS= --enable-shared --enable-fast-handles
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 501000
|
post-patch:
|
||||||
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
|
${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@(cd ${WRKSRC} ; \
|
@(cd ${WRKSRC} ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user