summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-26 08:54:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-26 08:54:33 +0000
commit19ec25c9e55d445c289a47175974bfd08d7b971f (patch)
tree93a7a3656b9e5af0ffe75df0e83ca361c3153ad2 /app-editors/nano/files
parentFixes bug #39406 (diff)
downloadgentoo-2-19ec25c9e55d445c289a47175974bfd08d7b971f.tar.gz
gentoo-2-19ec25c9e55d445c289a47175974bfd08d7b971f.tar.bz2
gentoo-2-19ec25c9e55d445c289a47175974bfd08d7b971f.zip
control mac/whitespace conversion addons
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r--app-editors/nano/files/1.3.1-nomac.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-editors/nano/files/1.3.1-nomac.patch b/app-editors/nano/files/1.3.1-nomac.patch
new file mode 100644
index 000000000000..17a95439510b
--- /dev/null
+++ b/app-editors/nano/files/1.3.1-nomac.patch
@@ -0,0 +1,25 @@
+Only in src: .deps
+Only in src: Makefile
+Only in src: color.o
+Only in src: cut.o
+Only in src: files.o
+diff -ur src.orig/global.c src/global.c
+--- src.orig/global.c 2004-01-26 03:41:57.311795432 -0500
++++ src/global.c 2004-01-26 03:49:42.517073480 -0500
+@@ -290,7 +290,6 @@
+ #endif
+ toggle_init_one(TOGGLE_NOCONVERT_KEY, toggle_noconvert_msg, NO_CONVERT);
+ toggle_init_one(TOGGLE_DOS_KEY, toggle_dos_msg, DOS_FILE);
+- toggle_init_one(TOGGLE_MAC_KEY, toggle_mac_msg, MAC_FILE);
+ toggle_init_one(TOGGLE_BACKUP_KEY, toggle_backup_msg, BACKUP_FILE);
+ toggle_init_one(TOGGLE_SMOOTH_KEY, toggle_smooth_msg, SMOOTHSCROLL);
+ #ifdef ENABLE_COLOR
+Only in src: global.o
+Only in src: move.o
+Only in src: nano
+Only in src: nano.o
+Only in src: rcfile.o
+Only in src: search.o
+Only in src: test
+Only in src: utils.o
+Only in src: winio.o