diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-01 23:41:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-01 23:41:23 +0800 |
commit | 054ebc2cf53f4c312eb3631b053860766a3907fd (patch) | |
tree | 36b279e4cbc9bf67c1a8940e0ee52c1291d80fac /accessibility | |
parent | 60addcc08314d7f2af59d504bc86a378fb6f506c (diff) | |
download | marcuscom-ports-054ebc2cf53f4c312eb3631b053860766a3907fd.tar.gz marcuscom-ports-054ebc2cf53f4c312eb3631b053860766a3907fd.tar.zst marcuscom-ports-054ebc2cf53f4c312eb3631b053860766a3907fd.zip |
Remove unneeded patches and sync with ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18411 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/orca/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/accessibility/orca/files/patch-configure b/accessibility/orca/files/patch-configure deleted file mode 100644 index 19247d9a0..000000000 --- a/accessibility/orca/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-10-10 12:06:22.000000000 -0400 -+++ configure 2010-10-10 12:06:40.000000000 -0400 -@@ -5867,7 +5867,7 @@ except ImportError: - except: - sys.exit(0) - sys.exit(0)" --if $PYTHON -c "$prog" 1>&5 2>&5 -+if dbus-launch $PYTHON -c "$prog" 1>&5 2>&5 - then - eval "py_cv_mod_$py_mod_var=yes" - else |