]> git.pld-linux.org Git - packages/Eyescale-CMake.git/commitdiff
- fix libdir location auto/th/Eyescale-CMake-2016.04-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 28 May 2016 16:42:37 +0000 (16:42 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 28 May 2016 16:42:37 +0000 (16:42 +0000)
Eyescale-CMake.spec
libdir.patch [new file with mode: 0644]

index 87745ea8b7475c623b46694cc1547b986f25acf7..4972d9d204fc7b65beac051dba2561d286d5521c 100644 (file)
@@ -8,6 +8,7 @@ License:        BSD
 Group:         Development/Tools
 Source0:       https://github.com/Eyescale/CMake/archive/%{gitref}/Eyescale-CMake-%{gitref}.tar.gz
 # Source0-md5: b121851bcee76d6e99abdacf54a4512c
+Patch0:                libdir.patch
 URL:           https://github.com/Eyescale/CMake/
 Requires:      cmake >= 2.8
 BuildArch:     noarch
@@ -23,7 +24,9 @@ Collage czy Equalizer).
 
 %prep
 %setup -q -c
+
 %{__mv} CMake-* common
+%patch0 -p1
 
 %{__rm} common/.gitignore
 %{__mv} common/{CHANGES.md,LICENSE.txt,README.md} .
diff --git a/libdir.patch b/libdir.patch
new file mode 100644 (file)
index 0000000..2b05f80
--- /dev/null
@@ -0,0 +1,11 @@
+--- Eyescale-CMake-2016.04/common/Common.cmake~        2016-04-05 11:42:04.000000000 +0000
++++ Eyescale-CMake-2016.04/common/Common.cmake 2016-05-28 16:40:47.577436434 +0000
+@@ -72,7 +72,7 @@
+     add_definitions(-fPIC)
+   endif()
+ endif()
+-set(LIBRARY_DIR lib)
++set(LIBRARY_DIR lib${LIB_SUFFIX})
+ if(APPLE)
+   cmake_policy(SET CMP0042 NEW)
This page took 0.097352 seconds and 4 git commands to generate.