aboutsummaryrefslogtreecommitdiff
path: root/devel/gide/files/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gide/files/patch-ar')
-rw-r--r--devel/gide/files/patch-ar41
1 files changed, 19 insertions, 22 deletions
diff --git a/devel/gide/files/patch-ar b/devel/gide/files/patch-ar
index 894b7451e3b9..84495497f99f 100644
--- a/devel/gide/files/patch-ar
+++ b/devel/gide/files/patch-ar
@@ -1,25 +1,22 @@
---- src/gide.c.orig Tue Aug 17 00:06:24 1999
-+++ src/gide.c Mon Oct 18 20:17:29 1999
-@@ -292,17 +292,17 @@
- #endif
+--- src/gide.c.orig Sun Feb 27 00:59:52 2000
++++ src/gide.c Mon Feb 28 00:50:43 2000
+@@ -260,16 +260,16 @@
- cfg->tab_width = 4;
-- cfg->incpath = (gchar *) realloc( cfg->incpath, 40 );
-- strcpy( cfg->incpath, "/usr/include:/usr/local/include" );
-+ cfg->incpath = (gchar *) realloc( cfg->incpath, 60 );
-+ strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" );
- cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 );
- strcpy( cfg->ccopt, "" );
-- cfg->libpath = (gchar *) realloc( cfg->libpath, 40 );
-- strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" );
-+ cfg->libpath = (gchar *) realloc( cfg->libpath, 60 );
-+ strcpy( cfg->libpath, "/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" );
- cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 );
- strcpy( cfg->ldopt, "" );
+ cfg->tab_width = 4;
+ cfg->incpath = (gchar *) realloc( cfg->incpath, 40 );
+- strcpy( cfg->incpath, "/usr/include:/usr/local/include" );
++ strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" );
+ cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 );
+ strcpy( cfg->ccopt, "" );
+ cfg->libpath = (gchar *) realloc( cfg->libpath, 40 );
+- strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" );
++ strcpy( cfg->libpath, "/lib:/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" );
+ cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 );
+ strcpy( cfg->ldopt, "" );
- cfg->bash = (gchar *) realloc( cfg->bash, 20 );
-- strcpy( cfg->bash, "/bin/bash" );
-+ strcpy( cfg->bash, "/bin/sh" );
+ cfg->bash = (gchar *) realloc( cfg->bash, 20 );
+- strcpy( cfg->bash, "/bin/bash" );
++ strcpy( cfg->bash, "/bin/sh" );
- cfg->xterm = (gchar *) realloc( cfg->xterm, 10 );
- strcpy( cfg->xterm, "xterm" );
+ cfg->xterm = (gchar *) realloc( cfg->xterm, 10 );
+ strcpy( cfg->xterm, "xterm" );