From 12d55b862790f0cc247799e10c24db56aaf3362a Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 23 Jul 2004 10:19:43 +0000 Subject: [PATCH] samples/tab/Makefile.in is missing Changed files: wxWidgets-samples.patch -> 1.1 --- wxWidgets-samples.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wxWidgets-samples.patch diff --git a/wxWidgets-samples.patch b/wxWidgets-samples.patch new file mode 100644 index 0000000..da2c346 --- /dev/null +++ b/wxWidgets-samples.patch @@ -0,0 +1,11 @@ +--- wxWidgets-2.5.2/configure.in.wiget 2004-07-22 14:39:40.241126212 +0200 ++++ wxWidgets-2.5.2/configure.in 2004-07-22 14:42:07.779872983 +0200 +@@ -5485,7 +5485,7 @@ + + if test "$wxUSE_TABDIALOG" = "yes"; then + AC_DEFINE(wxUSE_TAB_DIALOG) +- SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" ++ #SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab" + fi + + if test "$wxUSE_TEXTCTRL" = "yes"; then -- 2.44.0