diff options
Diffstat (limited to 'databases/tora/files/patch-configure')
-rw-r--r-- | databases/tora/files/patch-configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/tora/files/patch-configure b/databases/tora/files/patch-configure deleted file mode 100644 index 72c7cafde466..000000000000 --- a/databases/tora/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2010-09-19 17:15:52 UTC -+++ configure -@@ -17436,6 +17436,11 @@ Please install the instant client sdk pa - ora_cflags="$ora_cflags -I$dir" - echo "adding -I$dir" >&5 - fi -+ echo "trying ociextp.h $dir/ociextp.h" >&5 -+ if test -r $dir/ociextp.h; then -+ ora_cflags="$ora_cflags -I$dir" -+ echo "adding -I$dir" >&5 -+ fi - done - - ora_check_lib=" |