diff options
Diffstat (limited to 'patchsets/motif/2.3.8/07_all_no-demos.patch')
-rw-r--r-- | patchsets/motif/2.3.8/07_all_no-demos.patch | 13 |
1 files changed, 13 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 . |