mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -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
418 B
C++
13 lines
418 B
C++
--- include/liblas12/detail/utility.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ include/liblas12/detail/utility.hpp
|
|
@@ -42,8 +42,8 @@
|
|
#ifndef LIBLAS_DETAIL_UTILITY_HPP_INCLUDED
|
|
#define LIBLAS_DETAIL_UTILITY_HPP_INCLUDED
|
|
|
|
-#include <liblas/cstdint.hpp>
|
|
-#include <liblas/detail/endian.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
+#include <liblas12/detail/endian.hpp>
|
|
#include <algorithm>
|
|
#include <limits>
|
|
#include <sstream>
|