summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-08-01 13:24:16 +0000
committerJeroen Roovers <jer@gentoo.org>2013-08-01 13:24:16 +0000
commit314312e9e2c162ad2b1f0b9edda82b61e881df9a (patch)
tree1990cac72027a1aeba132ddb577ecd5aa15561f8 /net-analyzer/rrdtool/files
parentAdd missing gdbus-codegen dependency (bug #479398, thanks to Oleg). (diff)
downloadgentoo-2-314312e9e2c162ad2b1f0b9edda82b61e881df9a.tar.gz
gentoo-2-314312e9e2c162ad2b1f0b9edda82b61e881df9a.tar.bz2
gentoo-2-314312e9e2c162ad2b1f0b9edda82b61e881df9a.zip
More old.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/rrdtool/files')
-rw-r--r--net-analyzer/rrdtool/files/rrdtool-1.4.3-ruby-ldflags.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-analyzer/rrdtool/files/rrdtool-1.4.3-ruby-ldflags.patch b/net-analyzer/rrdtool/files/rrdtool-1.4.3-ruby-ldflags.patch
deleted file mode 100644
index 8a325f41c608..000000000000
--- a/net-analyzer/rrdtool/files/rrdtool-1.4.3-ruby-ldflags.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/bindings/ruby/extconf.rb
-+++ b/bindings/ruby/extconf.rb
-@@ -4,13 +4,13 @@
- require 'mkmf'
-
- if /linux/ =~ RUBY_PLATFORM
-- $LDFLAGS += '-Wl,--rpath -Wl,$(EPREFIX)/lib'
-+ $LDFLAGS += ' -Wl,--rpath -Wl,$(EPREFIX)/lib'
- elsif /solaris/ =~ RUBY_PLATFORM
-- $LDFLAGS += '-R$(EPREFIX)/lib'
-+ $LDFLAGS += ' -R$(EPREFIX)/lib'
- elsif /hpux/ =~ RUBY_PLATFORM
-- $LDFLAGS += '+b$(EPREFIX)/lib'
-+ $LDFLAGS += ' +b$(EPREFIX)/lib'
- elsif /aix/ =~ RUBY_PLATFORM
-- $LDFLAGS += '-Wl,-blibpath:$(EPREFIX)/lib'
-+ $LDFLAGS += ' -Wl,-blibpath:$(EPREFIX)/lib'
- end
-
- dir_config("rrd","../../src","../../src/.libs")