summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nano/files/1.3.3-ifdeffix.patch')
-rw-r--r--app-editors/nano/files/1.3.3-ifdeffix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-editors/nano/files/1.3.3-ifdeffix.patch b/app-editors/nano/files/1.3.3-ifdeffix.patch
new file mode 100644
index 000000000000..b18d61dec679
--- /dev/null
+++ b/app-editors/nano/files/1.3.3-ifdeffix.patch
@@ -0,0 +1,12 @@
+diff -ur nano-1.3.3/src/global.c nano-1.3.3-fixed/src/global.c
+--- nano-1.3.3/src/global.c 2004-06-22 05:03:00.000000000 +0200
++++ nano-1.3.3-fixed/src/global.c 2004-06-29 02:24:34.000000000 +0200
+@@ -503,7 +503,7 @@
+ sc_init_one(&main_list, NANO_JUSTIFY_KEY, _("Justify"),
+ IFHELP(nano_justify_msg, NANO_NO_KEY),
+ NANO_JUSTIFY_FKEY, NANO_NO_KEY, NOVIEW,
+-#ifndef NANO_SMALL
++#ifndef DISABLE_JUSTIFY
+ do_justify_void
+ #else
+ nano_disabled_msg