aboutsummaryrefslogtreecommitdiff
path: root/graphics/eog-plugins/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /graphics/eog-plugins/files
parentc7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff)
downloadports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz
ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip
Notes
Diffstat (limited to 'graphics/eog-plugins/files')
-rw-r--r--graphics/eog-plugins/files/patch-configure11
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