diff options
author | Florian Pritz <bluewind@xssn.at> | 2009-11-22 21:42:30 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2009-11-22 21:42:30 +0100 |
commit | 7155de6730bac6549b53cb08b746581d5ce4fa50 (patch) | |
tree | ba3f486c77c0608a2a108047cde2eeb612901d90 /opencore-amr | |
parent | ac2be60a6f3e6805f9c4a5986fc9bdc67798f4c5 (diff) | |
download | aur-packages-7155de6730bac6549b53cb08b746581d5ce4fa50.tar.gz aur-packages-7155de6730bac6549b53cb08b746581d5ce4fa50.tar.xz |
updates
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'opencore-amr')
-rw-r--r-- | opencore-amr/no_segfault_configure.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opencore-amr/no_segfault_configure.diff b/opencore-amr/no_segfault_configure.diff new file mode 100644 index 0000000..2dd5fe4 --- /dev/null +++ b/opencore-amr/no_segfault_configure.diff @@ -0,0 +1,11 @@ +--- a/configure.old 2008-11-15 23:27:59.000000000 +0100 ++++ b/configure 2008-11-15 23:28:26.000000000 +0100 +@@ -79,7 +79,7 @@ + } + + tmp_run() { +- "$TMPEXE" >> "$TMPLOG" 2>&1 ++ : + } + + # Display error message, flushes tempfile, exit |