jer 14/03/25 14:26:30 Modified: asapm-3.1-ldflags.patch Added: asapm-3.1-autoconf.patch Log: Fix configure.in error when sourcing config.site. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 x11-plugins/asapm/files/asapm-3.1-ldflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch?r1=1.1&r2=1.2 Index: asapm-3.1-ldflags.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-ldflags.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- asapm-3.1-ldflags.patch 23 Mar 2014 17:32:23 -0000 1.1 +++ asapm-3.1-ldflags.patch 25 Mar 2014 14:26:30 -0000 1.2 @@ -1,5 +1,5 @@ ---- autoconf/Makefile.common.in -+++ autoconf/Makefile.common.in +--- a/autoconf/Makefile.common.in ++++ b/autoconf/Makefile.common.in @@ -34,7 +34,7 @@ done 1.1 x11-plugins/asapm/files/asapm-3.1-autoconf.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-autoconf.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-autoconf.patch?rev=1.1&content-type=text/plain Index: asapm-3.1-autoconf.patch =================================================================== --- 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
