~alpine/devel

Upgrade phonon for building on 64 v1 PROPOSED

k0r10n: 1
 Upgrade phonon for building on 64

 1 files changed, 7 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/898/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] Upgrade phonon for building on 64 Export this patch

---
 testing/phonon/APKBUILD | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/testing/phonon/APKBUILD b/testing/phonon/APKBUILD
index 781ee06..e1d6ba9 100644
--- a/testing/phonon/APKBUILD
+++ b/testing/phonon/APKBUILD
@@ -28,7 +28,13 @@ prepare() {

build() {
	cd "$_builddir"/build
	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON "$_builddir" || return 1
	cmake -DCMAKE_INSTALL_PREFIX=/usr \
	      -DCMAKE_BUILD_TYPE=Release \
	      -DCMAKE_INSTALL_LIBDIR=lib \
	      -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE \
	      -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
	      -Wno-dev \
	      "$_builddir" || return 1
	make || return 1
}

-- 
2.0.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---