1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/editors/gxedit/files/patch-aa

25 lines
598 B
Plaintext
Raw Normal View History

1999-04-16 10:38:38 +00:00
--- config.h.orig Fri Mar 19 16:39:48 1999
+++ config.h Mon Apr 5 17:16:37 1999
@@ -1,7 +1,7 @@
1998-09-16 23:28:52 +00:00
/* configuration file - precompile options */
1999-01-17 20:06:52 +00:00
#define USE_NET
-#undef BG_ON_START
+#define BG_ON_START
#define GTK_1_1
#undef GTKEDITOR_PATCH
1998-09-16 23:28:52 +00:00
@@ -77,9 +77,9 @@
1998-11-23 18:20:07 +00:00
/* paths */
1998-11-04 08:56:22 +00:00
1998-11-23 18:20:07 +00:00
#define NETSCAPE "/usr/local/bin/netscape -remote"
1999-01-17 20:06:52 +00:00
-#define EMACS "/usr/bin/emacs"
1998-11-23 18:20:07 +00:00
-#define DES "/bin/des"
-#define IDEA "/bin/idea"
1999-01-17 20:06:52 +00:00
+#define EMACS "/usr/local/bin/emacs"
1998-11-23 18:20:07 +00:00
+#define DES "/usr/local/bin/des"
+#define IDEA "/usr/local/bin/idea"
#define XTERM "/usr/X11R6/bin/xterm"
#define AWK "awk"
#define SED "sed"