freebsd-ports/editors/gxedit/files/patch-aa
Steve Price 89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00

25 lines
607 B
Plaintext

--- config.h.orig Fri Mar 19 16:39:48 1999
+++ config.h Mon Apr 5 17:16:37 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 "%%LOCALBASE%%/bin/emacs"
+#define DES "%%LOCALBASE%%/bin/des"
+#define IDEA "%%LOCALBASE%%/bin/idea"
#define XTERM "/usr/X11R6/bin/xterm"
#define AWK "awk"
#define SED "sed"