aboutsummaryrefslogtreecommitdiff
path: root/databases/libodbc++
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-12-16 10:44:07 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-12-16 10:44:07 +0000
commit19be25e9405c589beead53eabe09c1f85a499d03 (patch)
treead689d60995865c526a923c7ac393e607f099035 /databases/libodbc++
parent0a36584a93c5cf8ec4e1b4ac7f197e5cc9c7a9cc (diff)
downloadports-19be25e9405c589beead53eabe09c1f85a499d03.tar.gz
ports-19be25e9405c589beead53eabe09c1f85a499d03.zip
- Fix the build with gcc 4.1
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=179925
Diffstat (limited to 'databases/libodbc++')
-rw-r--r--databases/libodbc++/Makefile2
-rw-r--r--databases/libodbc++/files/patch-include-odbc++-drivermanager.h10
2 files changed, 11 insertions, 1 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile
index eca041b3625e..09760fc43d65 100644
--- a/databases/libodbc++/Makefile
+++ b/databases/libodbc++/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libodbc++
PORTVERSION= 0.2.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libodbcxx
diff --git a/databases/libodbc++/files/patch-include-odbc++-drivermanager.h b/databases/libodbc++/files/patch-include-odbc++-drivermanager.h
new file mode 100644
index 000000000000..e97854a1fa44
--- /dev/null
+++ b/databases/libodbc++/files/patch-include-odbc++-drivermanager.h
@@ -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.
+ */