flex: disable building po, tools
authorEneas U de Queiroz <redacted>
Tue, 26 Apr 2022 21:15:00 +0000 (18:15 -0300)
committerRosen Penev <redacted>
Fri, 29 Apr 2022 22:27:12 +0000 (15:27 -0700)
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 <redacted>
devel/flex/patches/100-disable-all-dirs-except-src.patch [moved from devel/flex/patches/100-disable-tests-docs.patch with 66% similarity]

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 f7097f2127d59c11869303e7b5e77800a3a035ed..e4e72358f5b1e45cea0cc740a0fe3b22a3dc3862 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT