mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -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)
17 lines
566 B
C++
17 lines
566 B
C++
--- test/unit/lasheader_test.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ test/unit/lasheader_test.cpp
|
|
@@ -5,10 +5,10 @@
|
|
// (See accompanying file LICENSE.txt or copy at
|
|
// http://www.opensource.org/licenses/bsd-license.php)
|
|
//
|
|
-#include <liblas/lasheader.hpp>
|
|
-#include <liblas/lasspatialreference.hpp>
|
|
-#include <liblas/cstdint.hpp>
|
|
-#include <liblas/guid.hpp>
|
|
+#include <liblas12/lasheader.hpp>
|
|
+#include <liblas12/lasspatialreference.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
+#include <liblas12/guid.hpp>
|
|
#include <tut/tut.hpp>
|
|
#include <string>
|
|
#include <stdexcept>
|