1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/liblas12/files/patch-include_liblas12_detail_reader10.hpp
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

13 lines
396 B
C++

--- include/liblas12/detail/reader10.hpp.orig 2009-10-02 17:48:41 UTC
+++ include/liblas12/detail/reader10.hpp
@@ -42,8 +42,8 @@
#ifndef LIBLAS_DETAIL_READER10_HPP_INCLUDED
#define LIBLAS_DETAIL_READER10_HPP_INCLUDED
-#include <liblas/detail/reader.hpp>
-#include <liblas/detail/fwd.hpp>
+#include <liblas12/detail/reader.hpp>
+#include <liblas12/detail/fwd.hpp>
// std
#include <iosfwd>