aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2022-04-26 18:15:00 -0300
committerRosen Penev <rosenp@gmail.com>2022-04-29 15:27:12 -0700
commitf60a09d0c224ffa0e882634c818f0bc3cfd0e583 (patch)
tree60510228a6741c57ba07bf6f7affe312f03d5d64 /devel
parentda03d1a9b0fff0edaf1abeda80f4f97edbade698 (diff)
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 <cotequeiroz@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/flex/patches/100-disable-all-dirs-except-src.patch (renamed from devel/flex/patches/100-disable-tests-docs.patch)11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/flex/patches/100-disable-tests-docs.patch b/devel/flex/patches/100-disable-all-dirs-except-src.patch
index f7097f212..e4e72358f 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
+