mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- patch to unbreak with clang and libc++ - LICENSE is GPLv3 due to a file polluting - remove article from COMMENT - convert to STAGEDIR - new LIB_DEPENDS syntax - option to build BEViewer (java frontend) PR: ports/183101 Approved by: maintainer timeout (2 weeks)
11 lines
322 B
C++
11 lines
322 B
C++
--- ./src/scan_bulk.cpp.orig 2013-08-18 16:39:31.000000000 +0000
|
|
+++ ./src/scan_bulk.cpp 2013-10-19 13:09:32.000000000 +0000
|
|
@@ -145,7 +145,7 @@
|
|
exit(1);
|
|
}
|
|
|
|
- uint32_t len = stoi(vals[1]);
|
|
+ uint32_t len = be13stoi(vals[1]);
|
|
|
|
// If no data for this sector, simply append this type
|
|
// and then continue
|