forked from pool/ccrtp
3a5b8faa39
license update: SUSE-GPL-2.0+-with-openssl-exception Use SUSE- proprietary prefix until license accepted upstream at spdx.org (forwarded request 110807 from babelworx) OBS-URL: https://build.opensuse.org/request/show/110808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccrtp?expand=0&rev=3
14 lines
538 B
Diff
14 lines
538 B
Diff
Index: ccrtp-2.0.1/CMakeLists.txt
|
|
===================================================================
|
|
--- ccrtp-2.0.1.orig/CMakeLists.txt
|
|
+++ ccrtp-2.0.1/CMakeLists.txt
|
|
@@ -32,7 +32,7 @@ set (PACKAGE ccrtp)
|
|
# this caused problems in debian where it has to always be lib....
|
|
set(LIB64 "")
|
|
if (NOT EXISTS /etc/debian_version)
|
|
- if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" )
|
|
+ if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" )
|
|
set(LIB64 "64")
|
|
endif()
|
|
endif()
|