dev-db/wxsqlite3: fix build for provider:gtk2

This commit is contained in:
Julian Ospald 2016-02-27 00:00:08 +01:00
parent 491c4c00ff
commit 03e1b13541
1 changed files with 9 additions and 7 deletions

View File

@ -18,13 +18,15 @@ DEPENDENCIES="
x11-libs/wxGTK:${SLOT}[providers:gtk3?][providers:gtk2?] x11-libs/wxGTK:${SLOT}[providers:gtk3?][providers:gtk2?]
" "
DEFAULT_SRC_CONFIGURE_PARAMS=( src_configure() {
--enable-shared econf \
--enable-unicode --enable-shared \
--with-wx-config="/usr/$(exhost --target)/lib/wx/config/gtk3-unicode-3.0" --enable-unicode \
--with-wxshared --with-wx-config="/usr/$(exhost --target)/lib/wx/config/$(option providers:gtk3 'gtk3' 'gtk2')-unicode-3.0" \
--with-sqlite3-prefix="/usr/$(exhost --target)" --with-wxshared \
) --with-sqlite3-prefix="/usr/$(exhost --target)"
}
src_install() { src_install() {
default default