mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Bump PORTREVISION - Remove CONFLICTS= liblas-1.8* - Order USES= before other USE cases - Patch several source files PR: 225281 Submitted by: rhurlin@gwdg.de(maintainer)
15 lines
436 B
C++
15 lines
436 B
C++
--- src/lasfile.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ src/lasfile.cpp
|
|
@@ -40,9 +40,9 @@
|
|
* OF SUCH DAMAGE.
|
|
****************************************************************************/
|
|
|
|
-#include <liblas/lasfile.hpp>
|
|
-#include <liblas/lasheader.hpp>
|
|
-#include <liblas/detail/file.hpp>
|
|
+#include <liblas12/lasfile.hpp>
|
|
+#include <liblas12/lasheader.hpp>
|
|
+#include <liblas12/detail/file.hpp>
|
|
|
|
#include <string>
|
|
#include <stdexcept>
|