[packages/freetype1] - ugly hack to make it build with recent autotools

hawk hawk at pld-linux.org
Sun Dec 3 18:01:00 CET 2023


commit 718cdb2118cd27e1be686d0d51a11f34226370a8
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sun Dec 3 17:30:12 2023 +0100

    - ugly hack to make it build with recent autotools

 freetype1.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/freetype1.spec b/freetype1.spec
index 3e1221e..0df3022 100644
--- a/freetype1.spec
+++ b/freetype1.spec
@@ -140,6 +140,12 @@ mv -f configure.in.tmp configure.in
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+# Ugly hack to avoid error:
+# configure: error: cannot find required auxiliary files: compile missing
+#
+# Proper way would be to use automake which creates these files,
+# but then it fails complaining that no Makefile.am exists
+touch compile missing
 %configure \
 	%{?with_static_libs:--enable-static} \
         --with-gnu-ld
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/freetype1.git/commitdiff/718cdb2118cd27e1be686d0d51a11f34226370a8



More information about the pld-cvs-commit mailing list