SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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")