From 7239c22f2b8aaf22735bdf943cbfdf23524acbe2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 May 2007 00:43:18 +0000 Subject: [PATCH] restore WX_UNICODE after building ANSI packages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/build_all | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/build_all b/debian/build_all index 744a4241ed..80feb45de5 100755 --- a/debian/build_all +++ b/debian/build_all @@ -44,6 +44,7 @@ rm debian/control ./debian/rules debian/control dpkg-buildpackage -rfakeroot > /dev/null +sed -i '/^WX_UNICODE := /s/0/1/' debian/rules fakeroot ./debian/rules clean ) 2>&1 | tee $wx_dir/debian/build.log