This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch experimental in repository wxmupen64plus.
commit fe168c6b7394493c5ce5ba54145e7388ef259ead Author: Sven Eckelmann <[email protected]> Date: Tue May 8 00:14:54 2012 +0200 Fix missing symbols --- debian/changelog | 1 + debian/patches/missing_symbols.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ba6454..6fa3f72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,5 +4,6 @@ wxmupen64plus (0.3-1) UNRELEASED; urgency=low * debian/patches: - Add version_check.patch, Disable in-tree mupen64plus-core version check - Add release_version.patch, Fix release version + - Add missing_symbols.patch, Fix missing symbols -- Sven Eckelmann <[email protected]> Mon, 17 Aug 2009 10:18:49 +0200 diff --git a/debian/patches/missing_symbols.patch b/debian/patches/missing_symbols.patch new file mode 100644 index 0000000..64209ed --- /dev/null +++ b/debian/patches/missing_symbols.patch @@ -0,0 +1,17 @@ +Description: Fix missing symbols +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/wscript b/wscript +index 313d42f094a13a84b202d81a754b7b20cb16ed65..1725a4a6272c67ef44861db7c0352a6653ab842c 100644 +--- a/wscript ++++ b/wscript +@@ -98,7 +98,7 @@ def configure(ctx): + ctx.fatal("On Windows, the --wxhome argument is mandatory") + ctx.check_cfg(msg="Checking for wxWidgets 2.9.x", path=wx_config, args='--version=2.9 --cxxflags --prefix=' + wxhome + ' ' + wxconfig_args + ' --libs core,base,gl,html', package='', uselib_store='wxWidgets') + else: +- ctx.check_cfg(msg="Checking for wxWidgets 2.9.x", path=wx_config, args='--version=2.9 --cxxflags --libs core,base,gl,html ' + wxconfig_args, package='', uselib_store='wxWidgets') ++ ctx.check_cfg(msg="Checking for wxWidgets 2.9.x", path=wx_config, args='--version=2.9 --cxxflags --libs adv,core,base,gl,html ' + wxconfig_args, package='', uselib_store='wxWidgets') + + # -------------------------------------------------------------------------------------------- + # BUILD diff --git a/debian/patches/series b/debian/patches/series index 8729e91..91e7419 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ version_check.patch release_version.patch +missing_symbols.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wxmupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

