diff options
author | 2011-01-23 01:05:10 +0000 | |
---|---|---|
committer | 2011-01-23 01:05:10 +0000 | |
commit | fd8999e7db958fa9a9841a6adc9de71fb909a113 (patch) | |
tree | e9bbecc9e15d596197c1e7fcd63b9edbd9786080 /x11-libs/wxGTK/files | |
parent | *calibre-0.7.42 (23 Jan 2011) (diff) | |
download | gentoo-2-fd8999e7db958fa9a9841a6adc9de71fb909a113.tar.gz gentoo-2-fd8999e7db958fa9a9841a6adc9de71fb909a113.tar.bz2 gentoo-2-fd8999e7db958fa9a9841a6adc9de71fb909a113.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/wxGTK/files')
-rw-r--r-- | x11-libs/wxGTK/files/wxGTK-2.9.1.1-collision.patch (renamed from x11-libs/wxGTK/files/wxGTK-2.9.1-collision.patch) | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/x11-libs/wxGTK/files/wxGTK-2.9.1-collision.patch b/x11-libs/wxGTK/files/wxGTK-2.9.1.1-collision.patch index 552049ae9d80..8d053fda5e05 100644 --- a/x11-libs/wxGTK/files/wxGTK-2.9.1-collision.patch +++ b/x11-libs/wxGTK/files/wxGTK-2.9.1.1-collision.patch @@ -7,11 +7,9 @@ Prevent file collisions between multiple installed SLOTs. installed with eselect-wxwidgets. - Version wxstd.mo and modify AddStdCatalog to find it. -diff --git a/Makefile.in b/Makefile.in -index 449145d..24264e9 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -13193,10 +13193,9 @@ COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \ +@@ -13464,10 +13464,9 @@ COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \ all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxexpat___depname) $(__wxscintilla___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__auidll___depname) $(__auilib___depname) $(__ribbondll___depname) $(__ribbonlib___depname) $(__propgriddll___depname) $(__propgridlib___depname) $(__richtextdll___depname) $(__richtextlib___depname) $(__stcdll___depname) $(__stclib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname) install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname) @@ -24,17 +22,17 @@ index 449145d..24264e9 100644 $(DYLIB_RPATH_INSTALL) $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx for f in setup.h $(RCDEFS_H); do \ -@@ -14039,7 +14038,8 @@ install-wxconfig: +@@ -14310,7 +14309,8 @@ install-wxconfig: $(INSTALL_DIR) $(DESTDIR)$(bindir) $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config -- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) +- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) ../lib/wx/config/$(TOOLCHAIN_FULLNAME) wx-config) + (cd $(DESTDIR)$(bindir) && rm -f wx-config-$(WX_RELEASE) \ -+ && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config-$(WX_RELEASE)) ++ && $(LN_S) ../lib/wx/config/$(TOOLCHAIN_FULLNAME) wx-config-$(WX_RELEASE)) locale_install: $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale -@@ -14047,7 +14047,7 @@ locale_install: +@@ -14318,7 +14318,7 @@ locale_install: $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \ $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \ if test -f $(srcdir)/locale/$$l.mo ; then \ @@ -43,8 +41,6 @@ index 449145d..24264e9 100644 fi ; \ done -diff --git a/build/bakefiles/wx.bkl b/build/bakefiles/wx.bkl -index 1ec2056..6cffc04 100644 --- a/build/bakefiles/wx.bkl +++ b/build/bakefiles/wx.bkl @@ -138,7 +138,7 @@ @@ -56,11 +52,9 @@ index 1ec2056..6cffc04 100644 <linguas> ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_CN zh_TW -diff --git a/src/common/translation.cpp b/src/common/translation.cpp -index 9363453..8d7c419 100644 --- a/src/common/translation.cpp +++ b/src/common/translation.cpp -@@ -1288,7 +1288,7 @@ void wxTranslations::SetLanguage(const wxString& lang) +@@ -1302,7 +1302,7 @@ wxArrayString wxTranslations::GetAvailableTranslations(const wxString& domain) c bool wxTranslations::AddStdCatalog() { @@ -69,8 +63,6 @@ index 9363453..8d7c419 100644 return false; // there may be a catalog with toolkit specific overrides, it is not -diff --git a/utils/wxrc/Makefile.in b/utils/wxrc/Makefile.in -index a26143e..31ee671 100644 --- a/utils/wxrc/Makefile.in +++ b/utils/wxrc/Makefile.in @@ -120,7 +120,6 @@ distclean: clean |