svn commit: r540000 - head/audio/libinstpatch/files

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 23 20:09:18 UTC 2020


Author: yuri
Date: Tue Jun 23 20:09:17 2020
New Revision: 540000
URL: https://svnweb.freebsd.org/changeset/ports/540000

Log:
  audio/libinstpatch: Fix build by adding a forgotten patch

Added:
  head/audio/libinstpatch/files/
  head/audio/libinstpatch/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/audio/libinstpatch/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libinstpatch/files/patch-CMakeLists.txt	Tue Jun 23 20:09:17 2020	(r540000)
@@ -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 )


More information about the svn-ports-all mailing list