Summary: | =x11-libs/wxGTK-3.0.2.0: reports itself as 3.0.1 version | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernard Cafarelli <voyageur> |
Component: | [OLD] Library | Assignee: | Gentoo wxWidgets project <wxwidgets> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sping |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 538530 |
Description
Bernard Cafarelli
![]() Hi! I dared to a apply a quick-fix for this myself: +*wxGTK-3.0.2.0-r1 (02 Feb 2015) + + 02 Feb 2015; Sebastian Pipping <sping@gentoo.org> +wxGTK-3.0.2.0-r1.ebuild: + Stop 3.0.2 from pretending to be 3.0.1 (bug #536004) + In detail: # https://bugs.gentoo.org/421851 # https://bugs.gentoo.org/499984 - sed -i -e "/wx_cv_std_libpath=/s:=.*:=$(get_libdir):" configure || die + # https://bugs.gentoo.org/536004 + sed \ + -e "/wx_cv_std_libpath=/s:=.*:=$(get_libdir):" \ + -e 's:3\.0\.1:3.0.2:g' \ + -e 's:^wx_release_number=1$:wx_release_number=2:' \ + -i configure || die I avoided eautoreconf because it failed. Is the current approach good enough? # /usr/bin/wx-config-3.0 --version 3.0.2 That should unblock bug #538530, I suppose. |