diff options
author | clement <clement@FreeBSD.org> | 2006-04-30 23:52:08 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2006-04-30 23:52:08 +0800 |
commit | 8b2cb80310443f320156d979ebf03947b9b9ffe8 (patch) | |
tree | 1659f4c70310427ac15b87d4252219663c70e13d /www/apache22 | |
parent | 374c235a837357110f58163f7498abc934aef2ca (diff) | |
download | freebsd-ports-gnome-8b2cb80310443f320156d979ebf03947b9b9ffe8.tar.gz freebsd-ports-gnome-8b2cb80310443f320156d979ebf03947b9b9ffe8.tar.zst freebsd-ports-gnome-8b2cb80310443f320156d979ebf03947b9b9ffe8.zip |
- Fix typos in bdb-4.1 m4 macro
Spotted by: Frank Steinborn <steinex@ircnow.org>
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/files/patch-srclib:apr-util:build:dbm.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/files/patch-srclib:apr-util:build:dbm.m4 b/www/apache22/files/patch-srclib:apr-util:build:dbm.m4 index ed8ec4ef2e83..972b7d9a0a38 100644 --- a/www/apache22/files/patch-srclib:apr-util:build:dbm.m4 +++ b/www/apache22/files/patch-srclib:apr-util:build:dbm.m4 @@ -37,8 +37,8 @@ "$places", - "db41/db.h db4/db.h db.h", - "db-4.1 db41 db4 db" -+ "db41/dh.h", -+ "db-41" ++ "db41/db.h", ++ "db41" ) if test "$apu_have_db" = "1"; then apu_db_version=4 |