mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -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)
11 lines
276 B
C++
11 lines
276 B
C++
--- include/liblas12/liblas.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ include/liblas12/liblas.hpp
|
|
@@ -45,7 +45,7 @@
|
|
#ifndef LIBLAS_HPP_INCLUDED
|
|
#define LIBLAS_HPP_INCLUDED
|
|
|
|
-#include <liblas/cstdint.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
#include <fstream>
|
|
#include <string>
|
|
|