diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:09:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:09:10 +0000 |
commit | 91f316e522763596bca3cb4343e77f9c2296c078 (patch) | |
tree | 31cd69225779ff474b3049816f610c83e6726817 /databases/db33/files/patch-dist::configure | |
parent | forbid because of possible security bug (diff) |
BerkeleyDB cleanup:
Stage 1: clean out databases/db33 port
Diffstat (limited to '')
-rw-r--r-- | databases/db33/files/patch-dist::configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/db33/files/patch-dist::configure b/databases/db33/files/patch-dist::configure deleted file mode 100644 index 48e44c8708c1..000000000000 --- a/databases/db33/files/patch-dist::configure +++ /dev/null @@ -1,20 +0,0 @@ ---- ../dist/configure.orig Tue May 14 12:23:44 2002 -+++ ../dist/configure Tue May 14 12:24:11 2002 -@@ -8449,7 +8449,7 @@ - MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}" - MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${SAVE_CXX}" - --SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version" -+SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}" - INSTALLER="\$(LIBTOOL) --mode=install cp" - - # Configure for shared libraries, static libraries, or both. If both are -@@ -9100,7 +9100,7 @@ - - # Optional utilities. - if test "$db_cv_dump185" = "yes"; then -- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS" -+ ADDITIONAL_PROGS="db3_dump185 $ADDITIONAL_PROGS" - fi - - # test servers, example programs. |