diff options
Diffstat (limited to 'x11-plugins/asapm/files/asapm-3.1-autoconf.patch')
-rw-r--r-- | x11-plugins/asapm/files/asapm-3.1-autoconf.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-plugins/asapm/files/asapm-3.1-autoconf.patch b/x11-plugins/asapm/files/asapm-3.1-autoconf.patch new file mode 100644 index 000000000000..0051d49ac8a8 --- /dev/null +++ b/x11-plugins/asapm/files/asapm-3.1-autoconf.patch @@ -0,0 +1,21 @@ +--- a/autoconf/configure.in ++++ b/autoconf/configure.in +@@ -59,7 +59,6 @@ + AC_CHECK_HEADERS(sys/wait.h sys/time.h) + AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h) + AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h) +-AC_CONFIG_HEADER(config.h) + + dnl# Check for X + +@@ -117,10 +116,6 @@ + AC_SUBST(with_gnustep_lib) + AC_SUBST(with_afterdir) + +-dnl# Write results +- +-AC_CONFIG_HEADER(config.h) +- + dnl# Common parts of the Makefile + MAKEFILEDEFINES=./autoconf/Makefile.defines + MAKEFILECOMMON=./autoconf/Makefile.common |