SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
net/rrdtool/patches/patch-bindings_ruby_extconf_rb
Normal file
10
net/rrdtool/patches/patch-bindings_ruby_extconf_rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- bindings/ruby/extconf.rb.orig Thu Mar 26 12:34:34 2015
|
||||
+++ bindings/ruby/extconf.rb Mon Apr 20 09:37:21 2015
|
||||
@@ -14,5 +14,6 @@ elsif /aix/ =~ RUBY_PLATFORM
|
||||
end
|
||||
|
||||
dir_config("rrd",['$(ABS_TOP_BUILDDIR)/src', '$(ABS_TOP_SRCDIR)/src'],'$(ABS_TOP_BUILDDIR)/src/.libs')
|
||||
-have_library("rrd", "rrd_create")
|
||||
+# have_library("rrd", "rrd_create")
|
||||
+$LDFLAGS+= ' -lrrd'
|
||||
create_makefile("RRD")
|
Loading…
Add table
Add a link
Reference in a new issue