summaryrefslogtreecommitdiff
path: root/editors/jed/files/extra-patch-src__userinfo.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-04-06 12:42:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-04-06 12:42:49 +0000
commit03ae0408b632202c71cc3142ccbe8335bfeddf81 (patch)
tree75b6314c719a080d1ccf3618a024f60897200d19 /editors/jed/files/extra-patch-src__userinfo.c
parentChase clamav's lib bump (diff)
Add 2 more OPTIONS to respect read-only files and don't try to host lookup
PR: ports/145006 Submitted by: Grzegorz Blach <magik@roorback.net>
Diffstat (limited to 'editors/jed/files/extra-patch-src__userinfo.c')
-rw-r--r--editors/jed/files/extra-patch-src__userinfo.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/jed/files/extra-patch-src__userinfo.c b/editors/jed/files/extra-patch-src__userinfo.c
new file mode 100644
index 000000000000..5e6775bdd30c
--- /dev/null
+++ b/editors/jed/files/extra-patch-src__userinfo.c
@@ -0,0 +1,12 @@
+--- src/userinfo.c.orig 2010-04-06 09:21:49.000000000 -0300
++++ src/userinfo.c 2010-04-06 09:22:18.000000000 -0300
+@@ -5,6 +5,9 @@
+ * You may distribute this file under the terms the GNU General Public
+ * License. See the file COPYING for more information.
+ */
++
++#define JED_HOSTNAME "%%JED_HOSTNAME%%"
++
+ #include "config.h"
+ #include "jed-feat.h"
+