Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 22:38:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192224] New: [patch] databases/freetds 0.64_11,1 with libiodbc 3.52.9
Message-ID:  <bug-192224-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192224

            Bug ID: 192224
           Summary: [patch] databases/freetds 0.64_11,1 with libiodbc
                    3.52.9
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: zxzharmlesszxz@gmail.com

Error while compilling with libiodbc(wrong path to include)

# cat /usr/ports/databases/freetds/files/patch-include_tdsodbc.h
--- include/tdsodbc.h.orig      2006-02-24 23:14:21.000000000 +0200
+++ include/tdsodbc.h   2014-07-29 01:16:57.000000000 +0300
@@ -31,8 +31,8 @@
 #include <sql.h>
 #include <sqlext.h>
 #else /* IODBC */
-#include <isql.h>
-#include <isqlext.h>
+#include <libiodbc/isql.h>
+#include <libiodbc/isqlext.h>
 #ifdef HAVE_IODBCINST_H
 #include <iodbcinst.h>
 #endif /* HAVE_IODBCINST_H */

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192224-13>