]> git.pld-linux.org Git - packages/ewebkit.git/commitdiff
- added lib patch to respect LIB_SUFFIX when installing .pc file auto/th/ewebkit-0-0.r127150.1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 17:41:56 +0000 (19:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 17:41:56 +0000 (19:41 +0200)
ewebkit-lib.patch [new file with mode: 0644]
ewebkit.spec

diff --git a/ewebkit-lib.patch b/ewebkit-lib.patch
new file mode 100644 (file)
index 0000000..d636dc2
--- /dev/null
@@ -0,0 +1,11 @@
+--- webkit-efl-svn-r127150/Source/WebKit/PlatformEfl.cmake.orig        2012-08-30 20:44:46.000000000 +0200
++++ webkit-efl-svn-r127150/Source/WebKit/PlatformEfl.cmake     2012-10-02 19:40:49.854024999 +0200
+@@ -251,7 +251,7 @@
+     ${CMAKE_BINARY_DIR}/WebKit/efl/ewebkit.pc
+     @ONLY)
+ INSTALL(FILES ${CMAKE_BINARY_DIR}/WebKit/efl/ewebkit.pc
+-    DESTINATION lib/pkgconfig)
++    DESTINATION lib${LIB_SUFFIX}/pkgconfig)
+ UNSET(LIBS_PRIVATE)
index 0903a5163dc16aef7893398402e9e82f42e21b44..2806328328580c3527b0ffb753289f4d69c7ac8c 100644 (file)
@@ -8,6 +8,7 @@ License:        BSD
 Group:         Libraries
 Source0:       http://packages.profusion.mobi/webkit-efl/webkit-efl-svn-%{subver}.tar.bz2
 # Source0-md5: 54332bd571a23d44e32837f4fa3a1c76
+Patch0:                %{name}-lib.patch
 URL:           http://trac.enlightenment.org/e/wiki/EWebKit
 BuildRequires: bison
 BuildRequires: cairo-devel >= 1.10
@@ -89,6 +90,7 @@ Pliki nagłówkowe biblioteki WebKit-EFL.
 
 %prep
 %setup -q -n webkit-efl-svn-%{subver}
+%patch0 -p1
 
 %build
 # replace -g2 with -g1 to not run into 4 GB ar format limit
This page took 0.095706 seconds and 4 git commands to generate.