mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-libs/libofono: add package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com>
This commit is contained in:
13
dev-libs/libofono/files/fix_lib64_path.patch
Normal file
13
dev-libs/libofono/files/fix_lib64_path.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/lib/lib.pro b/lib/lib.pro
|
||||
index c1f8c5a..8718e85 100644
|
||||
--- a/lib/lib.pro
|
||||
+++ b/lib/lib.pro
|
||||
@@ -62,7 +62,7 @@ SOURCES += ofonointerface.cpp \
|
||||
ofonoconnmancontext.cpp \
|
||||
ofonocellbroadcast.cpp
|
||||
|
||||
-target.path = $$[QT_INSTALL_PREFIX]/lib
|
||||
+target.path = $$[QT_INSTALL_PREFIX]/lib64
|
||||
headers.files = $$PUBLIC_HEADERS
|
||||
headers.path = $$[QT_INSTALL_PREFIX]/include/ofono-qt
|
||||
|
||||
Reference in New Issue
Block a user