ports/editors/jed/files/extra-patch-src__userinfo.c
Renato Botelho 03ae0408b6 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>
2010-04-06 12:42:49 +00:00

12 lines
356 B
C

--- 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"