Fix build on FreeBSD 4.x

Pointed out by:	kris
This commit is contained in:
Max Khon 2006-08-21 05:23:01 +00:00
parent d3ae086cc4
commit edf8bebd03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171078

View file

@ -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>