Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2020 20:09:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540000 - head/audio/libinstpatch/files
Message-ID:  <202006232009.05NK9IFj084716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006232009.05NK9IFj084716>