imported ebuilds from harpo.

This commit is contained in:
Micha Glave
2006-04-05 10:25:29 +00:00
commit 49a0cfa23b
94 changed files with 2503 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
MD5 e575ac25e30749bd540b23ed9b370029 wxWidgets-2.6.3-HTML.tar.gz 1349870
RMD160 3be20dce033c3e14999783a959fe0804fcab3d91 wxWidgets-2.6.3-HTML.tar.gz 1349870
SHA256 d564729b6e862c751dcea2487137832f9fbf95a665481c50d029fba9d4dd9cc1 wxWidgets-2.6.3-HTML.tar.gz 1349870
MD5 6f9e7536c92021e19dca72a71110a8ba wxWidgets-2.6.3-rc2.tar.bz2 13328233
RMD160 78d36e1d5c8a19e3fad15d484b1d9cdf17f45a77 wxWidgets-2.6.3-rc2.tar.bz2 13328233
SHA256 e4cbfb7239fe8e31b002b3d67667714d6ca6ee08cef7501e24b88d05520a3327 wxWidgets-2.6.3-rc2.tar.bz2 13328233

View File

@@ -0,0 +1,13 @@
--- wxWidgets-2.6.2/src/common/uri.cpp 2005-08-13 02:24:13.000000000 +0200
+++ wxWidgets-2.6.2-gcc41/src/common/uri.cpp 2005-12-04 22:49:30.996859750 +0100
@@ -886,8 +886,8 @@
op += 3;
}
- m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
- m_path.substr((op - m_path.c_str()), m_path.Length());
+ m_path = (wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
+ (wxString)m_path.substr((op - m_path.c_str()), m_path.Length());
}
}

View File

@@ -0,0 +1,11 @@
--- XaraLX-0.3r713/configure.in.orig 2006-03-26 23:05:57.000000000 +0200
+++ XaraLX-0.3r713/configure.in 2006-03-26 23:06:31.000000000 +0200
@@ -78,7 +78,7 @@
PrecompileEnable="no"
fi
-WXCONFIG=wx-config
+WXCONFIG=wx-config-2.6
AC_ARG_WITH(wx-config,
[[ --with-wx-config=FILE Use the given path to wx-config when determining
wxWidgets configuration; defaults to "wx-config"]],