Refresh multiarch_findgtk2_fix.diff patch.
This commit is contained in:
parent
816c0623f3
commit
d34976f247
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ cmake (2.8.11~rc1-1) UNRELEASED; urgency=low
|
|||||||
* Replace FindBoost_add_-lpthread_#563479.diff patch with a better version
|
* Replace FindBoost_add_-lpthread_#563479.diff patch with a better version
|
||||||
from upstream BTS and make it apply to current FindBoost.
|
from upstream BTS and make it apply to current FindBoost.
|
||||||
* Drop FindPostgreSQL_665721.diff patch, merged upstream.
|
* Drop FindPostgreSQL_665721.diff patch, merged upstream.
|
||||||
|
* Refresh multiarch_findgtk2_fix.diff patch.
|
||||||
|
|
||||||
-- Modestas Vainius <modax@debian.org> Fri, 05 Oct 2012 21:00:55 +0300
|
-- Modestas Vainius <modax@debian.org> Fri, 05 Oct 2012 21:00:55 +0300
|
||||||
|
|
||||||
|
4
debian/patches/multiarch_findgtk2_fix.diff
vendored
4
debian/patches/multiarch_findgtk2_fix.diff
vendored
@ -12,8 +12,8 @@ patch depends on multiarch_basic_support.diff patch.
|
|||||||
|
|
||||||
--- a/Modules/FindGTK2.cmake
|
--- a/Modules/FindGTK2.cmake
|
||||||
+++ b/Modules/FindGTK2.cmake
|
+++ b/Modules/FindGTK2.cmake
|
||||||
@@ -187,6 +187,7 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hd
|
@@ -204,6 +204,7 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hd
|
||||||
PATHS
|
${_gtk2_arch_dir}
|
||||||
/usr/local/lib64
|
/usr/local/lib64
|
||||||
/usr/local/lib
|
/usr/local/lib
|
||||||
+ /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
|
+ /usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user