diff options
Diffstat (limited to 'lang/erlang14/files/patch-lib_odbc_configure')
-rw-r--r-- | lang/erlang14/files/patch-lib_odbc_configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/erlang14/files/patch-lib_odbc_configure b/lang/erlang14/files/patch-lib_odbc_configure deleted file mode 100644 index f74d6e1e696f..000000000000 --- a/lang/erlang14/files/patch-lib_odbc_configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- lib/odbc/configure.orig -+++ lib/odbc/configure -@@ -1005,7 +1005,7 @@ - echo $ac_n "checking for odbc in standard locations""... $ac_c" 1>&6 - echo "configure:1007: checking for odbc in standard locations" >&5 - for dir in /usr/local/odbc /usr/odbc \ -- /usr /opt/local/pgm/odbc -+ /usr /opt/local/pgm/odbc /usr/local - do - if test -f "$dir/include/sql.h"; then - is_odbc_std_location=yes |