diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-16 19:46:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-16 19:46:01 +0000 |
commit | 0889ac4f9e5f1dab68282d443d4b65b2359eaf33 (patch) | |
tree | b61dbde675aecec9c2e9ab04c8d0a72d1eebfb72 /databases/libdbi/files/patch-configure | |
parent | Bump PORTREVISION to reflect update in multimedia/vcdimager (diff) |
Update to 0.8.0
PR: ports/85662
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: pav (mentor), seanc (maintainer timeout, 18 days)
Notes
Notes:
svn path=/head/; revision=142954
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 - |