From: Jakub Bogusz Date: Thu, 26 Jun 2003 14:32:15 +0000 (+0000) Subject: - fix for gcc 3.3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgaby.git;a=commitdiff_plain;h=f529f0b793e687fee706e72f57c4f45bb2622127 - fix for gcc 3.3 Changed files: gaby-gcc33.patch -> 1.1 --- diff --git a/gaby-gcc33.patch b/gaby-gcc33.patch new file mode 100644 index 0000000..9806a16 --- /dev/null +++ b/gaby-gcc33.patch @@ -0,0 +1,11 @@ +--- gaby-2.0.2/builder/main.h.orig Mon Jun 18 15:25:02 2001 ++++ gaby-2.0.2/builder/main.h Tue Jun 24 11:36:48 2003 +@@ -59,7 +59,7 @@ + # define N_(String) (String) + #endif /* ! ENABLE_NLS */ + +-#define BVERSION "1.0 (for Gaby " ## VERSION ## ")" ++#define BVERSION "1.0 (for Gaby " VERSION ")" + + /* this is for debugging, if you really don't want any useless data you should + * #define debug_print(format, args...) ;