svn commit: r306963 - head/databases/libodbc++/files

Max Khon fjoe at FreeBSD.org
Sun Nov 4 11:19:24 UTC 2012


Author: fjoe
Date: Sun Nov  4 11:19:23 2012
New Revision: 306963
URL: http://svn.freebsd.org/changeset/ports/306963

Log:
  Fix compilation error.
  
  Obtained from:	upstream
  Feature safe:	yes

Added:
  head/databases/libodbc++/files/patch-src-dtconv.h   (contents, props changed)

Added: head/databases/libodbc++/files/patch-src-dtconv.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/libodbc++/files/patch-src-dtconv.h	Sun Nov  4 11:19:23 2012	(r306963)
@@ -0,0 +1,11 @@
+--- src/dtconv.h.orig	2012-11-04 17:17:28.000000000 +0700
++++ src/dtconv.h	2012-11-04 17:17:56.000000000 +0700
+@@ -113,7 +113,7 @@
+     snprintf(buf,LONG_STR_LEN,
+ # endif
+ # if defined(PRId64)
+-             ODBCXX_STRING_PERCENT PRId64
++             ODBCXX_STRING_CONST("%") PRId64
+ # elif ODBCXX_SIZEOF_LONG==8
+              ODBCXX_STRING_CONST("%ld")
+ # else


More information about the svn-ports-all mailing list