diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-01-21 15:36:45 +0000 |
commit | 7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch) | |
tree | 22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /archivers/rpm5/files/patch-beecrypt::configure | |
parent | a33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes:
svn path=/head/; revision=127022
svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'archivers/rpm5/files/patch-beecrypt::configure')
-rw-r--r-- | archivers/rpm5/files/patch-beecrypt::configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/archivers/rpm5/files/patch-beecrypt::configure b/archivers/rpm5/files/patch-beecrypt::configure deleted file mode 100644 index 70c915421668..000000000000 --- a/archivers/rpm5/files/patch-beecrypt::configure +++ /dev/null @@ -1,20 +0,0 @@ ---- beecrypt/configure.orig Wed Feb 13 16:03:22 2002 -+++ beecrypt/configure Thu Mar 4 14:49:35 2004 -@@ -5473,7 +5473,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='%%LOCALBASE%%/bin/libtool13' - - # Prevent multiple expansion - -@@ -6914,7 +6914,7 @@ - fi - else - if test "$ac_cv_prog_gcc" = yes; then -- CFLAGS="$CFLAGS -O3 -g" -+ CFLAGS="$CFLAGS -O2 -g" - if test "$ac_enable_optimized" = yes; then - case $target_cpu in - # XXX these need checking with versions of gcc |