diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 23:28:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-16 23:28:52 +0000 |
commit | 20d556841d9891b7eebd3c105891786251cda9d3 (patch) | |
tree | 8f9f87ce413367c88f844dda57a15aa30d71bb65 /editors/gxedit/files/patch-aa | |
parent | Fix Package build for aout system (diff) |
Upgrade to 1.14.
Notes
Notes:
svn path=/head/; revision=13189
Diffstat (limited to 'editors/gxedit/files/patch-aa')
-rw-r--r-- | editors/gxedit/files/patch-aa | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/editors/gxedit/files/patch-aa b/editors/gxedit/files/patch-aa index 7b3821043a67..79c0e57eabe6 100644 --- a/editors/gxedit/files/patch-aa +++ b/editors/gxedit/files/patch-aa @@ -1,11 +1,13 @@ ---- config.h.orig Tue Aug 25 10:46:17 1998 -+++ config.h Tue Aug 25 10:46:34 1998 -@@ -13,7 +13,7 @@ - - #undef BG_ON_START /* go to the background on start */ - --#undef GTK_1_1 /* if you only have GTK 1.1 */ -+#define GTK_1_1 /* if you only have GTK 1.1 */ - - #undef GTKEDITOR_PATCH /* the GtkEditor patch has been applied */ - +--- config.h.orig Sun Aug 30 08:16:29 1998 ++++ config.h Thu Sep 17 06:43:40 1998 +@@ -1,8 +1,8 @@ + /* configuration file - precompile options */ + + #define USE_NET /* Use networking features */ +-#undef BG_ON_START /* Background on startup */ +-#undef GTK_1_1 /* Use GTK 1.1.x */ ++#define BG_ON_START /* Background on startup */ ++#define GTK_1_1 /* Use GTK 1.1.x */ + #undef GTKEDITOR_PATCH /* Use the GtkEditor patch */ + + /* Highlighting styles */ |