From 40a51dc4c6e145e23f192fe355b0668a9c01f835 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 22 Nov 1997 00:47:18 +0000 Subject: Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system. --- databases/db43/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/db43') diff --git a/databases/db43/Makefile b/databases/db43/Makefile index e8cb8787ba0d..d607cd39944c 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Nov 1997 # Whom: Josh Tiefenbach # -# $Id: Makefile,v 1.3 1997/10/03 14:13:23 jfitz Exp $ +# $Id: Makefile,v 1.4 1997/11/11 16:58:47 jfitz Exp $ # DISTNAME= db-2.3.12 @@ -40,4 +40,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db .endfor +MANUAL_PACKAGE_BUILD= incompatible with libc version + .include -- cgit