mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -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
420 B
C++
13 lines
420 B
C++
--- src/lasspatialreference.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ src/lasspatialreference.cpp
|
|
@@ -39,8 +39,8 @@
|
|
* OF SUCH DAMAGE.
|
|
****************************************************************************/
|
|
|
|
-#include <liblas/lasspatialreference.hpp>
|
|
-#include <liblas/detail/utility.hpp>
|
|
+#include <liblas12/lasspatialreference.hpp>
|
|
+#include <liblas12/detail/utility.hpp>
|
|
#include <iostream>
|
|
|
|
namespace liblas
|