mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
@ -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 New Issue
Block a user