diff options
Diffstat (limited to 'databases/libdbi/files/patch-configure')
-rw-r--r-- | databases/libdbi/files/patch-configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/databases/libdbi/files/patch-configure b/databases/libdbi/files/patch-configure deleted file mode 100644 index 3fa8e5d81bad..000000000000 --- a/databases/libdbi/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig Mon Oct 28 02:01:23 2002 -+++ configure Sun Nov 3 09:35:03 2002 -@@ -5412,6 +5412,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -5452,8 +5453,8 @@ - PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;; - *) - DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" -- CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" -- PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; -+ CFLAGS="$CFLAGS -D__NO_MATH_INLINES -fsigned-char" -+ PROFILE="$CFLAGS -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; - esac - fi - |