diff options
author | tron <tron@pkgsrc.org> | 2005-03-15 16:13:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-03-15 16:13:58 +0000 |
commit | e6902965b6fafffa825f2a69e56dfe788ead7d34 (patch) | |
tree | a2a75678ea4777503c81ac1763760b24f4761fe6 /databases/db/Makefile | |
parent | 1600729e58693e92d364308d4dff4d960d1b8aa9 (diff) | |
download | pkgsrc-e6902965b6fafffa825f2a69e56dfe788ead7d34.tar.gz |
Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a
namespace violation (use of "__" prefix in an application header file).
The patch was provided by Julian Coleman in PR pkg/23590.
Diffstat (limited to 'databases/db/Makefile')
-rw-r--r-- | databases/db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 8e6c3e59635..344372a7884 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:18 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/15 16:13:58 tron Exp $ DISTNAME= db-2.7.7 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.sleepycat.com/update/snapshot/ \ ftp://ftp.cdrom.com/pub/perl/CPAN/src/misc/ \ ftp://ftp.gwdg.de/pub/languages/perl/CPAN/src/misc/ -MAINTAINER= tron@NetBSD.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.sleepycat.com/ COMMENT= Sleepycat Software's Berkeley DB version 2 |