mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/midori: fix libdir for x86_64
This commit is contained in:
parent
ec027066c7
commit
09b3c8bed0
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=midori
|
||||
pkgver=0.5.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight web browser based on Gtk WebKit"
|
||||
url="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
|
||||
arch="all"
|
||||
@ -38,6 +38,7 @@ build() {
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DUSE_GTK3=ON \
|
||||
-DUSE_ZEITGEIST=OFF \
|
||||
. || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user