You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/macopix/files/macopix-3.4.0-windres.patch

12 lines
271 B

--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@
AC_PROG_YACC
AM_PROG_LIBTOOL
-AC_CHECK_PROG(WINDRES, windres, windres)
+AC_CHECK_PROG(WINDRES, windres-does-not-exist, windres)
AM_CONDITIONAL(HAVE_WINDRES, test x"$WINDRES" != x)
# Checks for header files.