freebsd-ports/devel/omniORB/files/patch-ak
James E. Housley a412d5e141 - Update of devel/omniORB to 3.0.3; also fixes significant problems with the
port (see below).
- Submitted this to current maintainer on Wednesday 14 March; no response yet
- The Python modules were not correctly installed to the Python site library
  directory before.  They are now.  (Thanks to Michael Ewe <m.ewe@t-online.de>
  for pointing out the issue.)
- Used PORTDOCS pragma in $PLIST.

PR:		25934
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-23 00:35:26 +00:00

11 lines
290 B
Text

--- src/tool/omniidl/cxx/idlutil.cc.orig Fri Aug 18 16:09:06 2000
+++ src/tool/omniidl/cxx/idlutil.cc Mon Sep 11 17:44:48 2000
@@ -148,7 +148,7 @@
IdlIntLiteral
idl_strtoul(const char* text, int base)
{
- return strtoull(text, 0, base);
+ return strtouq(text, 0, base);
}
# endif