diff options
Diffstat (limited to 'graphics/eog-plugins/files/patch-configure')
-rw-r--r-- | graphics/eog-plugins/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/eog-plugins/files/patch-configure b/graphics/eog-plugins/files/patch-configure new file mode 100644 index 000000000000..c53047416044 --- /dev/null +++ b/graphics/eog-plugins/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2013-05-12 12:16:28.000000000 +0000 ++++ configure 2013-05-12 12:16:52.000000000 +0000 +@@ -14495,7 +14495,7 @@ + disabled_plugins="$disabled_plugins, $1 ($2)" + fi + +- PLUGINS=$(echo "$PLUGINS" | sed -e "s/[^a-zA-Z0-9_]$1[ \t\r\n\f]\{1,\}/ /" -e "s/[^a-zA-Z0-9_]$1$//" -e "s/^$1[ \t\r\n\f]\{1,\}//") ++ PLUGINS=$(echo "$PLUGINS" | sed -e "s/[^a-zA-Z0-9_]$1[ \t\r\n]\{1,\}/ /" -e "s/[^a-zA-Z0-9_]$1$//" -e "s/^$1[ \t\r\n]\{1,\}//") + } + + # Disable python plugins if there is no python support |