Date: Wed, 10 Jun 2015 00:39:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200747] [patch] Building databases/freetds fails with IODBC. Message-ID: <bug-200747-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200747 Bug ID: 200747 Summary: [patch] Building databases/freetds fails with IODBC. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: crest@sahiro.org Assignee: bofh@freebsd.org Keywords: patch Flags: maintainer-feedback?(bofh@freebsd.org) Created attachment 157590 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157590&action=edit Fix replacig ODBC_INC in configure.ac. Now, $ODBC_INC/ in the configure script are replaced into $ODBC_INC/libiodbc/ at post-patch sequence. But, because using autoconf is specified in the Makefile, the configure script is regenerated before running the script. My patch replaces the tareget of REINPLACE_CMD into configure.ac. It works with regenerating the configure script. -- 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-200747-13>