1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/liblas12/files/patch-include_liblas12_capi_liblas.h
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

12 lines
255 B
C

--- include/liblas12/capi/liblas.h.orig 2009-10-02 17:48:41 UTC
+++ include/liblas12/capi/liblas.h
@@ -50,7 +50,7 @@
#include "las_config.h"
-#include <liblas/cstdint.hpp>
+#include <liblas12/cstdint.hpp>
typedef struct LASWriterHS *LASWriterH;