ports/devel/liblas12/files/patch-CMakeLists.txt
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

13 lines
326 B
Text

--- CMakeLists.txt.orig 2018-04-21 08:12:47 UTC
+++ CMakeLists.txt
@@ -8,8 +8,8 @@
#
PROJECT( libLAS )
-SET( LIBLAS_LIB_NAME liblas )
-SET( LIBLAS_C_LIB_NAME liblas_c )
+SET( LIBLAS_LIB_NAME liblas12 )
+SET( LIBLAS_C_LIB_NAME liblas12_c )
#############################################################
# CMake settings