Fix build on FreeBSD 4.x
Pointed out by: kris
This commit is contained in:
parent
d3ae086cc4
commit
edf8bebd03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171078
1 changed files with 3 additions and 0 deletions
|
@ -30,4 +30,7 @@ CONFIGURE_ENV= ORACLE_HOME="${ORACLE_HOME}" \
|
|||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-lclntst8 -lcompat -lpthread -lm/-lclntst8 -lcompat ${PTHREAD_LIBS} -lm/' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue