mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -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
326 B
Text
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
|