mrceresa pushed to orthanc (f21). "Renamed patch"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 13:58:57 UTC 2015


>From 98b5b43dbeecebf996efad495121baf4e38d2ce7 Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mario.ceresa at upf.edu>
Date: Wed, 8 Apr 2015 15:11:08 +0200
Subject: Renamed patch


diff --git a/orthanc-0.8.6-lib64.patch b/orthanc-0.8.6-lib64.patch
new file mode 100644
index 0000000..e45c7ae
--- /dev/null
+++ b/orthanc-0.8.6-lib64.patch
@@ -0,0 +1,26 @@
+--- CMakeLists.txt.orig	2014-11-04 16:59:38.348645437 +0100
++++ CMakeLists.txt	2014-11-04 17:00:50.064643626 +0100
+@@ -470,11 +470,18 @@
+     SOVERSION ${ORTHANC_CLIENT_VERSION})
+ 
+ 
+-  install(
+-    TARGETS OrthancClient
+-    RUNTIME DESTINATION lib    # Destination for Windows
+-    LIBRARY DESTINATION lib    # Destination for Linux
+-    )
++  if (${CMAKE_SIZEOF_VOID_P} EQUAL 4)
++    install(
++      TARGETS OrthancClient
++      LIBRARY DESTINATION lib
++      )
++  else()
++    install(
++      TARGETS OrthancClient
++      LIBRARY DESTINATION lib64
++      )
++  endif()
++
+ 
+   install(
+     FILES
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/orthanc.git/commit/?h=f21&id=98b5b43dbeecebf996efad495121baf4e38d2ce7


More information about the scm-commits mailing list