# HG changeset patch
# User Tassilo Philipp
# Date 1524578677 -7200
# Node ID 02a455de2b40c0cca1d313a81a2e3192523e7103
# Parent  681db37a300c64b1bc715d3a48bc23ac7bcc0f40
- 1.0 updates

diff -r 681db37a300c -r 02a455de2b40 ruby/rbdc/README.txt
--- a/ruby/rbdc/README.txt	Thu Apr 19 18:54:47 2018 +0200
+++ b/ruby/rbdc/README.txt	Tue Apr 24 16:04:37 2018 +0200
@@ -1,5 +1,5 @@
 dyncall ruby bindings
-Copyright 2007-2016 Tassilo Philipp
+Copyright 2007-2018 Tassilo Philipp
 
 
 BUILD/INSTALLATION
diff -r 681db37a300c -r 02a455de2b40 ruby/rbdc/extconf.rb
--- a/ruby/rbdc/extconf.rb	Thu Apr 19 18:54:47 2018 +0200
+++ b/ruby/rbdc/extconf.rb	Tue Apr 24 16:04:37 2018 +0200
@@ -1,7 +1,7 @@
 #//////////////////////////////////////////////////////////////////////
 #
 # extconf.rb
-# Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, 
+# Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>,
 #                         Tassilo Philipp <tphilipp@potion-studios.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -35,7 +35,7 @@
 Dir.chdir(base_dir) do
 	cmd = case
 		when RUBY_PLATFORM =~ /mswin/  then 'configure.bat && nmake /f Nmakefile'
-		else './configure && env CFLAGS="-fPIC" make'
+		else './configure && make'
 	end
 	puts cmd
 	raise "'#{cmd}' failed" unless system(cmd)
diff -r 681db37a300c -r 02a455de2b40 ruby/rbdc/rbdc.c
--- a/ruby/rbdc/rbdc.c	Thu Apr 19 18:54:47 2018 +0200
+++ b/ruby/rbdc/rbdc.c	Tue Apr 24 16:04:37 2018 +0200
@@ -1,7 +1,7 @@
 /*
 
  rbdc.c
- Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, 
+ Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>,
                          Tassilo Philipp <tphilipp@potion-studios.com>
 
  Permission to use, copy, modify, and distribute this software for any
diff -r 681db37a300c -r 02a455de2b40 ruby/rbdc/rbdc.gemspec
--- a/ruby/rbdc/rbdc.gemspec	Thu Apr 19 18:54:47 2018 +0200
+++ b/ruby/rbdc/rbdc.gemspec	Tue Apr 24 16:04:37 2018 +0200
@@ -1,7 +1,7 @@
 #//////////////////////////////////////////////////////////////////////
 #
 # rbdc.gemspec
-# Copyright (c) 2007-2015 Daniel Adler <dadler@uni-goettingen.de>, 
+# Copyright (c) 2007-2018 Daniel Adler <dadler@uni-goettingen.de>,
 #                         Tassilo Philipp <tphilipp@potion-studios.com>
 #
 # Permission to use, copy, modify, and distribute this software for any