mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -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)
21 lines
682 B
C++
21 lines
682 B
C++
--- test/unit/laswriter_test.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ test/unit/laswriter_test.cpp
|
|
@@ -5,12 +5,12 @@
|
|
// (See accompanying file LICENSE.txt or copy at
|
|
// http://www.opensource.org/licenses/bsd-license.php)
|
|
//
|
|
-#include <liblas/laswriter.hpp>
|
|
-#include <liblas/lasreader.hpp>
|
|
-#include <liblas/lasheader.hpp>
|
|
-#include <liblas/laspoint.hpp>
|
|
-#include <liblas/cstdint.hpp>
|
|
-#include <liblas/liblas.hpp>
|
|
+#include <liblas12/laswriter.hpp>
|
|
+#include <liblas12/lasreader.hpp>
|
|
+#include <liblas12/lasheader.hpp>
|
|
+#include <liblas12/laspoint.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
+#include <liblas12/liblas.hpp>
|
|
#include <tut/tut.hpp>
|
|
#include <fstream>
|
|
#include <string>
|