From 491c4c00ffc1428d60d85ba16a47669ccf0fdf64 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 26 Feb 2016 23:57:29 +0100 Subject: [PATCH] dev-db/wxsqlite3: fix pkg-config file --- packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 b/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 index 1259d3b1..06ea9b94 100644 --- a/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 +++ b/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 @@ -38,7 +38,7 @@ src_install() { edo sed \ -e "s:prefix=/usr:prefix=/usr/$(exhost --target):" \ - -e "s:wxcode_gtk2_wxsqlite3:wxcode_gtk${gtkver}_wxsqlite3:" \ + -e "s:wxcode_gtk2_wxsqlite3:wxcode_gtk${gtkver}u_wxsqlite3:" \ -e "s:@WXVERSION@:${SLOT}:g" \ -e "s:@LIBDIR@:lib:g" \ -e "s:@VERSION@:${PV}:g" \