]> git.pld-linux.org Git - packages/freetype1.git/commitdiff
- ugly hack to make it build with recent autotools master
authorMarcin Krol <hawk@tld-linux.org>
Sun, 3 Dec 2023 16:30:12 +0000 (17:30 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 3 Dec 2023 16:30:12 +0000 (17:30 +0100)
freetype1.spec

index 3e1221ec4f470a241fa47b749ac99df43d37b76d..0df3022758dc9a642a08e9f8b889bb35d8cc0d61 100644 (file)
@@ -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
This page took 0.128811 seconds and 4 git commands to generate.