diff --git a/packages/dev-db/wxsqlite3/wxsqlite3-3.4.0.exheres-0 b/packages/dev-db/wxsqlite3/wxsqlite3-3.4.0-r1.exheres-0 similarity index 96% rename from packages/dev-db/wxsqlite3/wxsqlite3-3.4.0.exheres-0 rename to packages/dev-db/wxsqlite3/wxsqlite3-3.4.0-r1.exheres-0 index 84c7050..8b635fc 100644 --- a/packages/dev-db/wxsqlite3/wxsqlite3-3.4.0.exheres-0 +++ b/packages/dev-db/wxsqlite3/wxsqlite3-3.4.0-r1.exheres-0 @@ -48,10 +48,9 @@ src_configure() { econf \ --enable-shared \ --enable-unicode \ - --with-wx-config="/usr/$(exhost --target)/bin/wx-config-${SLOT}" \ + --with-wx-config="/usr/$(exhost --target)/bin/wx-config-${SLOT}-$(option providers:gtk3 gtk3 gtk2)" \ --with-wxshared \ --with-sqlite3-prefix="/usr/$(exhost --target)" \ - --includedir="/usr/$(exhost --target)/include/wx-${SLOT}/" \ --hates=disable-silent-rules \ --hates=enable-fast-install }