diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-28 16:04:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-28 16:04:30 +0100 |
commit | 44a092dd67f5c03f5281f701909b1a6966800b12 (patch) | |
tree | 4636b9879890972ba8f748ccd6e594324aff79c3 | |
parent | Rename motif patchset from 2.3.6 to 2.3.8. (diff) | |
download | ulm-44a092dd67f5c03f5281f701909b1a6966800b12.tar.gz ulm-44a092dd67f5c03f5281f701909b1a6966800b12.tar.bz2 ulm-44a092dd67f5c03f5281f701909b1a6966800b12.zip |
motif: Convert sed and echo from ebuild into proper patches.motif-2.3.8-patches-1
Bug: https://bugs.gentoo.org/677488
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | patchsets/motif/2.3.8/07_all_no-demos.patch | 13 | ||||
-rw-r--r-- | patchsets/motif/2.3.8/08_all_xmbind-xorg.patch | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/patchsets/motif/2.3.8/07_all_no-demos.patch b/patchsets/motif/2.3.8/07_all_no-demos.patch new file mode 100644 index 0000000..8b9199f --- /dev/null +++ b/patchsets/motif/2.3.8/07_all_no-demos.patch @@ -0,0 +1,13 @@ +Disable compilation of demo binaries. + +--- motif-2.3.8-orig/Makefile.am ++++ motif-2.3.8/Makefile.am +@@ -27,7 +27,6 @@ + include \ + tools \ + clients \ +- doc \ +- demos ++ doc + AUTOMAKE_OPTIONS = 1.4 + ACLOCAL_AMFLAGS = -I . diff --git a/patchsets/motif/2.3.8/08_all_xmbind-xorg.patch b/patchsets/motif/2.3.8/08_all_xmbind-xorg.patch new file mode 100644 index 0000000..cd34a30 --- /dev/null +++ b/patchsets/motif/2.3.8/08_all_xmbind-xorg.patch @@ -0,0 +1,9 @@ +Add X.Org vendor string to aliases for virtual bindings. + +--- motif-2.3.8-orig/bindings/xmbind.alias ++++ motif-2.3.8/bindings/xmbind.alias +@@ -62,3 +62,4 @@ + "Sun Microsystems, Inc." sun + ! "Sun Microsystems, Inc." sun_at + "Tektronix, Inc." tek ++"The X.Org Foundation" pc |