summaryrefslogtreecommitdiff
path: root/x11/aterm/files/patch-cutToBeginningOfLine
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
commit7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch)
treee83ee6693050a76e305a95a376451aa583df151e /x11/aterm/files/patch-cutToBeginningOfLine
parenttextproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff)
With the power of USES=dos2unix, get rid of most patches and files
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'x11/aterm/files/patch-cutToBeginningOfLine')
-rw-r--r--x11/aterm/files/patch-cutToBeginningOfLine14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/aterm/files/patch-cutToBeginningOfLine b/x11/aterm/files/patch-cutToBeginningOfLine
index 2be191df4c38..4f70287baef4 100644
--- a/x11/aterm/files/patch-cutToBeginningOfLine
+++ b/x11/aterm/files/patch-cutToBeginningOfLine
@@ -2,13 +2,13 @@ diff -urNad aterm-1.0.1~/src/rxvt.h src/rxvt.h
--- src/rxvt.h 2007-08-03 23:55:28.000000000 +0200
+++ src/rxvt.h 2007-08-03 23:56:36.000000000 +0200
@@ -784,6 +784,7 @@
- #define Opt_scrollKeypress (1LU<<12)
- #define Opt_transparent (1LU<<13)
- #define Opt_transparent_sb (1LU<<14)
-+#define Opt_cutToBeginningOfLine (1LU<<15)
- #define Opt_borderLess (1LU<<16)
-
- /* place holder used for parsing command-line options */
+ #define Opt_scrollKeypress (1LU<<12)
+ #define Opt_transparent (1LU<<13)
+ #define Opt_transparent_sb (1LU<<14)
++#define Opt_cutToBeginningOfLine (1LU<<15)
+ #define Opt_borderLess (1LU<<16)
+
+ /* place holder used for parsing command-line options */
diff -urNad aterm-1.0.1~/src/screen.c src/screen.c
--- aterm-1.0.1~/src/screen.c 2007-08-03 23:55:28.000000000 +0200
+++ src/screen.c 2007-08-04 00:02:35.000000000 +0200