mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
74fdb2ab9c
- 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)
14 lines
387 B
C++
14 lines
387 B
C++
--- src/laswriter.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ src/laswriter.cpp
|
|
@@ -39,8 +39,8 @@
|
|
* OF SUCH DAMAGE.
|
|
****************************************************************************/
|
|
|
|
-#include <liblas/laswriter.hpp>
|
|
-#include <liblas/detail/writer.hpp>
|
|
+#include <liblas12/laswriter.hpp>
|
|
+#include <liblas12/detail/writer.hpp>
|
|
// std
|
|
#include <stdexcept>
|
|
#include <fstream>
|