diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
tree | 19d35773be783fd6761833f599af82301c20ceac /multimedia/gstreamer80/files/patch-configure | |
parent | Reorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes:
svn path=/head/; revision=77676
svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'multimedia/gstreamer80/files/patch-configure')
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure deleted file mode 100644 index b3935c7cb3df..000000000000 --- a/multimedia/gstreamer80/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Wed Jan 22 09:17:40 2003 -+++ configure Wed Jan 29 14:49:56 2003 -@@ -7520,6 +7520,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' -@@ -7712,7 +7713,7 @@ - if test "x$COMPILER" = "xforte"; then - GST_ERROR= - else -- if test "x$GST_CVS"="xyes"; then -+ if test "x$GST_CVS" = "xyes"; then - GST_ERROR="-Wall -Werror" - else - GST_ERROR="-Wall" |