- Fix the build with gcc 4.1

- Bump PORTREVISION
This commit is contained in:
Max Khon 2006-12-16 10:44:07 +00:00
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

View file

@ -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

View file

@ -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.
*/