summaryrefslogtreecommitdiff
path: root/databases/ruby-sybct/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/ruby-sybct/files/patch-extconf.rb17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/ruby-sybct/files/patch-extconf.rb b/databases/ruby-sybct/files/patch-extconf.rb
deleted file mode 100644
index 2c75287eddd5..000000000000
--- a/databases/ruby-sybct/files/patch-extconf.rb
+++ /dev/null
@@ -1,17 +0,0 @@
---- extconf.rb.orig 2008-09-10 14:37:10.000000000 +1000
-+++ extconf.rb 2008-09-10 14:38:20.000000000 +1000
-@@ -59,10 +59,10 @@
- ###########################################################
-
- ### Linux + Free TDS (freetds-0.64 or above) ################
--# sybase = "/usr/local/freetds"
--# $CFLAGS = "-g -Wall -DFREETDS -I#{sybase}/include"
--# $LDFLAGS = " -L#{sybase}/lib "
--# $LOCAL_LIBS = "-lct -lsybdb -ltds -rdynamic -ldl -lnsl -lm"
-+ sybase = "%%LOCALBASE%%"
-+ $CFLAGS = "-g -Wall -DFREETDS -I#{sybase}/include"
-+ $LDFLAGS = " -L#{sybase}/lib "
-+ $LOCAL_LIBS = "-lct -lsybdb -rdynamic -lm %%ICONV_LIB%%"
-
- ### mac-osx-tiger + Free TDS (freetds-0.64 ) ################
- # sybase = "/usr/local/freetds"