aboutsummaryrefslogtreecommitdiff
path: root/databases/db44
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-10-29 11:45:20 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-10-29 11:45:20 +0000
commite8404fa6f4d604e810fd5d585740a97ffdea183d (patch)
tree03eed2c63af51f69c4da992796daf9da303404bb /databases/db44
parente481af2ba4fbec9975513f64db7a3a763d7cf141 (diff)
downloadports-e8404fa6f4d604e810fd5d585740a97ffdea183d.tar.gz
ports-e8404fa6f4d604e810fd5d585740a97ffdea183d.zip
- 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)
Notes
Notes: svn path=/head/; revision=284636
Diffstat (limited to 'databases/db44')
-rw-r--r--databases/db44/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/db44/Makefile b/databases/db44/Makefile
index ef8c10798e24..a127955d88b0 100644
--- a/databases/db44/Makefile
+++ b/databases/db44/Makefile
@@ -40,6 +40,9 @@ pre-patch:
@${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
pre-configure:
+ @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \
+ -e 's|freebsd\[123\]\*)|freebsd\[123\]\.\*)|' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
@${CHMOD} u+w ${WRKSRC}/../dist/configure
post-configure: