mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
add openscad and co
This commit is contained in:
12
arch/libzip/files/patch-CMakeLists.txt
Normal file
12
arch/libzip/files/patch-CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Do not set RPATH on FreeBSD either.
|
||||
--- CMakeLists.txt.orig 2018-06-14 20:07:27 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -224,7 +224,7 @@ endif(WIN32)
|
||||
ADD_DEFINITIONS("-DHAVE_CONFIG_H")
|
||||
|
||||
# rpath handling: use rpath in installed binaries
|
||||
-IF(NOT CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||
+IF(NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD|Linux")
|
||||
SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
|
||||
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
ENDIF()
|
||||
Reference in New Issue
Block a user