- Fix build on FreeBSD 10. Apply manual fix as the configure script is
outside of WRKSRC and the WITH_FBSD10_FIX knob doesn't work in this case. Approved by: portmgr (miwi)
This commit is contained in:
@@ -32,6 +32,11 @@ LIBTOOLFILES= ${CONFIGURE_SCRIPT}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \
|
||||
-e 's|freebsd\[123\]\*)|freebsd\[123\]\.\*)|' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
.for i in libdb libdb_cxx
|
||||
${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib
|
||||
|
||||
Reference in New Issue
Block a user