From f60a09d0c224ffa0e882634c818f0bc3cfd0e583 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 26 Apr 2022 18:15:00 -0300 Subject: [PATCH] flex: disable building po, tools Amend the patch that disabled tests and docs to remove everything but the src dir that builds the main flex program--the only file packaged. Signed-off-by: Eneas U de Queiroz --- ...cs.patch => 100-disable-all-dirs-except-src.patch} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename devel/flex/patches/{100-disable-tests-docs.patch => 100-disable-all-dirs-except-src.patch} (66%) diff --git a/devel/flex/patches/100-disable-tests-docs.patch b/devel/flex/patches/100-disable-all-dirs-except-src.patch similarity index 66% rename from devel/flex/patches/100-disable-tests-docs.patch rename to devel/flex/patches/100-disable-all-dirs-except-src.patch index f7097f2127..e4e72358f5 100644 --- a/devel/flex/patches/100-disable-tests-docs.patch +++ b/devel/flex/patches/100-disable-all-dirs-except-src.patch @@ -1,13 +1,16 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -43,10 +43,7 @@ EXTRA_DIST = \ +@@ -42,12 +42,7 @@ EXTRA_DIST = \ + autogen.sh SUBDIRS = \ - src \ +- src \ - doc \ - examples \ - po \ +- po \ - tests \ - tools +- tools ++ src # Create the ChangeLog, but only if we're inside a git working directory +