diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-12-08 01:51:33 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-12-08 01:59:49 +0100 |
commit | 63d09e8fbfdde7ed8d99276700a38aeae4c5bf0e (patch) | |
tree | b5f3291a7ca7eb1b583717af0fa24b9e803bf74d /community/ruby-nokogiri/fix-extconf.patch | |
parent | 8cb1f8a198d318f85041aa0ab88823fc13eea084 (diff) | |
download | aports-63d09e8fbfdde7ed8d99276700a38aeae4c5bf0e.tar.bz2 aports-63d09e8fbfdde7ed8d99276700a38aeae4c5bf0e.tar.xz |
community/ruby-nokogiri: upgrade to 1.8.5
Diffstat (limited to 'community/ruby-nokogiri/fix-extconf.patch')
-rw-r--r-- | community/ruby-nokogiri/fix-extconf.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/ruby-nokogiri/fix-extconf.patch b/community/ruby-nokogiri/fix-extconf.patch deleted file mode 100644 index 6eb029535f..0000000000 --- a/community/ruby-nokogiri/fix-extconf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ext/nokogiri/extconf.rb -+++ b/ext/nokogiri/extconf.rb -@@ -434,7 +434,7 @@ - - if RbConfig::MAKEFILE_CONFIG['CC'] =~ /gcc/ - $CFLAGS << " -O3" unless $CFLAGS[/-O\d/] -- $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wextra -Wmissing-noreturn -Winline" -+ $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wmissing-noreturn -Winline" - end - - case |