diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-03 13:44:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-03 13:44:24 +0800 |
commit | d1f6336dedc8caf9307b81a5ddbeda1093e3be9b (patch) | |
tree | d7a912f084693c0a4a0e08133272107c1b2148d2 /deskutils/nautilus-actions/files/extra-patch-configure | |
parent | 18d5ea92a30f564eeccb6d652f4e2c4648fc71d6 (diff) | |
download | marcuscom-ports-d1f6336dedc8caf9307b81a5ddbeda1093e3be9b.tar.gz marcuscom-ports-d1f6336dedc8caf9307b81a5ddbeda1093e3be9b.tar.zst marcuscom-ports-d1f6336dedc8caf9307b81a5ddbeda1093e3be9b.zip |
Update to 2.29.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13349 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-actions/files/extra-patch-configure')
-rw-r--r-- | deskutils/nautilus-actions/files/extra-patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure new file mode 100644 index 000000000..898bb4fc6 --- /dev/null +++ b/deskutils/nautilus-actions/files/extra-patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2009-10-19 21:06:41.000000000 +1000 ++++ configure 2009-10-19 23:38:22.000000000 +1000 +@@ -4710,7 +4710,7 @@ + + + _ac_warning_def=error +- _ac_compliant_def="-ansi -pedantic -Wno-overlength-strings" ++ _ac_compliant_def="-ansi -pedantic" + + + # Check whether --enable-compile-warnings was given. +@@ -4800,7 +4800,7 @@ + done + unset option + if test "$enable_compile_warnings" = "error" ; then +- warning_flags="$warning_flags -Werror" ++ warning_flags="$warning_flags" + fi + ;; + *) |