1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/gxedit/files/patch-aa
1998-11-23 18:20:07 +00:00

25 lines
734 B
Plaintext

--- config.h.orig Mon Nov 23 04:58:50 1998
+++ config.h Tue Nov 24 00:54:58 1998
@@ -1,7 +1,7 @@
/* configuration file - precompile options */
#define USE_NET /* Use networking features */
-#undef BG_ON_START /* Background on startup */
+#define BG_ON_START /* Background on startup */
#define GTK_1_1 /* Use GTK 1.1.x */
#undef GTKEDITOR_PATCH /* Use the GtkEditor patch */
@@ -44,9 +44,9 @@
/* paths */
#define NETSCAPE "/usr/local/bin/netscape -remote"
-#define EMACS "/usr/bin/emcas"
-#define DES "/bin/des"
-#define IDEA "/bin/idea"
+#define EMACS "/usr/local/bin/emcas"
+#define DES "/usr/local/bin/des"
+#define IDEA "/usr/local/bin/idea"
#define XTERM "/usr/X11R6/bin/xterm"
#define AWK "awk"
#define SED "sed"