Description: Fix ruby/extconf.rb
 Fixed extconf.rb to actually create a useable makefile.
Author: Christian Hofstaedtler <zeha@debian.org>

--- stfl-0.22.orig/ruby/extconf.rb
+++ stfl-0.22/ruby/extconf.rb
@@ -1,2 +1,5 @@
 require 'mkmf'
+`swig -ruby stfl.i`
+$LIBS << " ../libstfl.a -lncursesw"
+$CFLAGS << " -I.. -fPIC"
 create_makefile('stfl')
