mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -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
420 B
C++
15 lines
420 B
C++
--- test/unit/common.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ test/unit/common.hpp
|
|
@@ -5,9 +5,9 @@
|
|
// (See accompanying file LICENSE.txt or copy at
|
|
// http://www.opensource.org/licenses/bsd-license.php)
|
|
//
|
|
-#include <liblas/liblas.hpp>
|
|
-#include <liblas/laspoint.hpp>
|
|
-#include <liblas/lasheader.hpp>
|
|
+#include <liblas12/liblas.hpp>
|
|
+#include <liblas12/laspoint.hpp>
|
|
+#include <liblas12/lasheader.hpp>
|
|
|
|
|
|
namespace tut
|