summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-06-26 14:32:15 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitf529f0b793e687fee706e72f57c4f45bb2622127 (patch)
treec602343e3103b187d638b7416987ea130d5b4872
parent6b3a8411a829b11d6219078cba17337876ab4bb0 (diff)
downloadgaby-f529f0b793e687fee706e72f57c4f45bb2622127.zip
gaby-f529f0b793e687fee706e72f57c4f45bb2622127.tar.gz
- fix for gcc 3.3
Changed files: gaby-gcc33.patch -> 1.1
-rw-r--r--gaby-gcc33.patch11
1 files changed, 11 insertions, 0 deletions
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...) ;