aboutsummaryrefslogtreecommitdiff
path: root/databases/db4
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/db4
parente481af2ba4fbec9975513f64db7a3a763d7cf141 (diff)
downloadports-e8404fa6f4d604e810fd5d585740a97ffdea183d.tar.gz
ports-e8404fa6f4d604e810fd5d585740a97ffdea183d.zip
Notes
Diffstat (limited to 'databases/db4')
-rw-r--r--databases/db4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index 87f2ef2c6056..1a6cb7211464 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -42,4 +42,8 @@ post-patch:
@${REINPLACE_CMD} -Ee \
's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+pre-configure:
+ @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
+
.include <bsd.port.mk>