mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
BROKEN: does not compile
This commit is contained in:
parent
cca07b08a3
commit
80b76371e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86479
1 changed files with 2 additions and 6 deletions
|
@ -32,15 +32,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
CONFIGURE_ARGS= --enable-optimize
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= "does not build with GCC 2.x"
|
||||
.endif
|
||||
BROKEN= "does not build"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|OPTIMIZE_FLAGS=.*$$|OPTIMIZE_FLAGS=|g ; \
|
||||
s|<xmlversion.h>|<libxml/xmlversion.h>|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue