1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/gxedit/files/patch-aa
Steve Price 0b318dae37 Update to version 1.22.
PR:		10453
Submitted by:	Nathan Ahlstrom <nrahlstr@winternet.com>
1999-03-24 17:41:09 +00:00

25 lines
598 B
Plaintext

--- config.h.orig Sat Mar 6 13:16:31 1999
+++ config.h Sat Mar 6 13:17:25 1999
@@ -1,7 +1,7 @@
/* configuration file - precompile options */
#define USE_NET
-#undef BG_ON_START
+#define BG_ON_START
#define GTK_1_1
#undef GTKEDITOR_PATCH
@@ -77,9 +77,9 @@
/* paths */
#define NETSCAPE "/usr/local/bin/netscape -remote"
-#define EMACS "/usr/bin/emacs"
-#define DES "/bin/des"
-#define IDEA "/bin/idea"
+#define EMACS "/usr/local/bin/emacs"
+#define DES "/usr/local/bin/des"
+#define IDEA "/usr/local/bin/idea"
#define XTERM "/usr/X11R6/bin/xterm"
#define AWK "awk"
#define SED "sed"