mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -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)
13 lines
436 B
C++
13 lines
436 B
C++
--- include/liblas12/lasfile.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ include/liblas12/lasfile.hpp
|
|
@@ -43,8 +43,8 @@
|
|
#ifndef LIBLAS_LASFILE_HPP_INCLUDED
|
|
#define LIBLAS_LASFILE_HPP_INCLUDED
|
|
|
|
-#include <liblas/detail/file.hpp> // complete type required
|
|
-#include <liblas/detail/sharedptr.hpp>
|
|
+#include <liblas12/detail/file.hpp> // complete type required
|
|
+#include <liblas12/detail/sharedptr.hpp>
|
|
#include <string>
|
|
#include <cassert>
|
|
|