freebsd-ports/devel/liblas12/files/patch-test_unit_lasspatialreference__test.cpp
Wen Heping 74fdb2ab9c - Change naming scheme to solve conflict with devel/liblas
- 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)
2018-04-21 08:20:49 +00:00

15 lines
516 B
C++

--- test/unit/lasspatialreference_test.cpp.orig 2009-10-02 17:48:41 UTC
+++ test/unit/lasspatialreference_test.cpp
@@ -5,9 +5,9 @@
// (See accompanying file LICENSE.txt or copy at
// http://www.opensource.org/licenses/bsd-license.php)
//
-#include <liblas/lasspatialreference.hpp>
-#include <liblas/cstdint.hpp>
-#include <liblas/guid.hpp>
+#include <liblas12/lasspatialreference.hpp>
+#include <liblas12/cstdint.hpp>
+#include <liblas12/guid.hpp>
#include <tut/tut.hpp>
#include <string>
#include <stdexcept>