diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /gpe-gallery | |
parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'gpe-gallery')
-rw-r--r-- | gpe-gallery/files/mcheck.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gpe-gallery/files/mcheck.patch b/gpe-gallery/files/mcheck.patch index e69de29bb2..a2f2376eba 100644 --- a/gpe-gallery/files/mcheck.patch +++ b/gpe-gallery/files/mcheck.patch @@ -0,0 +1,24 @@ +Index: gpe-gallery-0.95/main.c +=================================================================== +--- gpe-gallery-0.95.orig/main.c 2004-09-07 09:01:39.000000000 -0500 ++++ gpe-gallery-0.95/main.c 2004-11-18 15:55:18.856050416 -0600 +@@ -19,7 +19,9 @@ + #include <fcntl.h> + #include <math.h> + #include <time.h> ++#ifdef USE_MCHECK + #include <mcheck.h> ++#endif + + #include <gtk/gtk.h> + #include <gdk/gdk.h> +@@ -1115,7 +1117,9 @@ + GdkBitmap *bmap; + struct stat arg_stat; + ++#ifdef USE_MCHECK + mtrace (); ++#endif + + if (gpe_application_init (&argc, &argv) == FALSE) + exit (1); |