diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-09 06:58:45 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-09 06:58:45 +0800 |
commit | 868ea39205fb83309080af61df139d23278b8dff (patch) | |
tree | 4a8d2294b0910bff0a85ddce7fc084a651d7073f /multimedia/totem/files | |
parent | 496ae2a6639686fb9df2494a7a5730cefd39b92c (diff) | |
download | marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar.gz marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar.bz2 marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar.lz marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar.xz marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.tar.zst marcuscom-ports-868ea39205fb83309080af61df139d23278b8dff.zip |
Update to 2.21.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/files')
-rw-r--r-- | multimedia/totem/files/patch-configure | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index 1fab81f6e..000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Fri May 25 00:24:10 2007 -+++ configure Fri May 25 00:24:23 2007 -@@ -22960,7 +22960,7 @@ GTK_LIBS="$GTK_LIBS $EXTRA_BACKEND_LIBS" - - plugin_error_or_ignore() - { -- if test "${error_on_bad_plugin}" == "1" ; then -+ if test "${error_on_bad_plugin}" = "1" ; then - { { echo "$as_me:$LINENO: error: $1" >&5 - echo "$as_me: error: $1" >&2;} - { (exit 1); exit 1; }; } -@@ -22982,7 +22982,7 @@ fi - used_plugins="" - used_plugins2="" - --if test "x${with_plugins}" == "xautodetect" ; then -+if test "x${with_plugins}" = "xautodetect" ; then - # Default to all plugins and just ignore them if they won't compile - with_plugins="all" - error_on_bad_plugin="0" -@@ -23384,7 +23384,7 @@ fi - esac - - # Add the specified plugin -- if test "${add_plugin}" == "1" ; then -+ if test "${add_plugin}" = "1" ; then - used_plugins2="${used_plugins2} ${plugin}" - fi - done |