mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
audio/libinstpatch: Fix build by adding a forgotten patch
This commit is contained in:
parent
ed02dd24ba
commit
02e4d5d9f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540000
11
audio/libinstpatch/files/patch-CMakeLists.txt
Normal file
11
audio/libinstpatch/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
||||
--- CMakeLists.txt.orig 2020-05-26 11:09:21 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -45,7 +45,7 @@ option ( BUILD_SHARED_LIBS "Build a shared object or D
|
||||
|
||||
# Initialize the library directory name suffix.
|
||||
if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
|
||||
- set ( _init_lib_suffix "64" )
|
||||
+ set ( _init_lib_suffix "" )
|
||||
else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
|
||||
set ( _init_lib_suffix "" )
|
||||
endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
|
Loading…
Reference in New Issue
Block a user