diff options
author | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:50 +0100 |
commit | bf34df2ce357469c38ae688e157087365988bc45 (patch) | |
tree | f735a7d7639f78852515d70488bdaa894d75a4c5 /x11-libs | |
parent | sci-libs/caffe2/files: [QA] use git-format-patch style patches (diff) | |
download | gentoo-bf34df2ce357469c38ae688e157087365988bc45.tar.gz gentoo-bf34df2ce357469c38ae688e157087365988bc45.tar.bz2 gentoo-bf34df2ce357469c38ae688e157087365988bc45.zip |
x11-libs/fox: [QA] use git-format-patch style patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/fox/files/fox-1.7.67-no-truetype.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-libs/fox/files/fox-1.7.67-no-truetype.patch b/x11-libs/fox/files/fox-1.7.67-no-truetype.patch index 6f91d9746a1e..f57a945b8d61 100644 --- a/x11-libs/fox/files/fox-1.7.67-no-truetype.patch +++ b/x11-libs/fox/files/fox-1.7.67-no-truetype.patch @@ -1,6 +1,5 @@ -diff -ru fox-1.7.67/lib/FXFont.cpp /var/tmp/portage/x11-libs/fox-1.7.67/work/fox-1.7.67/lib/FXFont.cpp ---- fox-1.7.67/lib/FXFont.cpp 2019-05-08 05:21:21.000000000 +0200 -+++ /var/tmp/portage/x11-libs/fox-1.7.67/work/fox-1.7.67/lib/FXFont.cpp 2019-12-16 22:19:32.510138232 +0100 +--- a/lib/FXFont.cpp ++++ b/lib/FXFont.cpp @@ -829,26 +829,26 @@ // Weight @@ -43,4 +42,3 @@ diff -ru fox-1.7.67/lib/FXFont.cpp /var/tmp/portage/x11-libs/fox-1.7.67/work/fox } FXTRACE((160,"%4d: dweight=%-3d dsize=%3d dslant=%d dsetwidth=%d dscalable=%d dpolymorph=%d xres=%-3d yres=%-3d xlfd=\"%s\"\n",f,dweight,dsize,dslant,dsetwidth,dscalable,dpolymorph,xres,yres,fontnames[f])); - |