mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix the build with gcc 4.1
- Bump PORTREVISION
This commit is contained in:
parent
0a36584a93
commit
19be25e940
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179925
2 changed files with 11 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= libodbc++
|
PORTNAME= libodbc++
|
||||||
PORTVERSION= 0.2.3
|
PORTVERSION= 0.2.3
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= databases devel
|
CATEGORIES= databases devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= libodbcxx
|
MASTER_SITE_SUBDIR= libodbcxx
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
--- include/odbc++/drivermanager.h.orig Sat Dec 16 16:35:49 2006
|
||||||
|
+++ include/odbc++/drivermanager.h Sat Dec 16 16:36:48 2006
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
namespace odbc {
|
||||||
|
|
||||||
|
class Connection;
|
||||||
|
+ class ErrorHandler;
|
||||||
|
|
||||||
|
/** An ODBC Driver with it's information.
|
||||||
|
*/
|
Loading…
Add table
Reference in a new issue