mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -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
537 B
C++
15 lines
537 B
C++
--- include/liblas12/detail/reader.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ include/liblas12/detail/reader.hpp
|
|
@@ -42,9 +42,9 @@
|
|
#ifndef LIBLAS_DETAIL_READER_HPP_INCLUDED
|
|
#define LIBLAS_DETAIL_READER_HPP_INCLUDED
|
|
|
|
-#include <liblas/cstdint.hpp>
|
|
-#include <liblas/lasspatialreference.hpp>
|
|
-#include <liblas/detail/fwd.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
+#include <liblas12/lasspatialreference.hpp>
|
|
+#include <liblas12/detail/fwd.hpp>
|
|
|
|
#ifndef HAVE_GDAL
|
|
typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH;
|