Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
dragonheart 09/01/05 07:44:37
Modified: gnutls-2.6.0-cxx-configure.in.patch
Log:
version bump as per bug #250987 thanks to Arfrever. USE=-cxx fix as per bug #249326 by Lars Strojny with patch thanks to Arfrever. Fix libtool cleanup on 2.6.0 version.
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r4 x86_64)
Revision Changes Path
1.2 net-libs/gnutls/files/gnutls-2.6.0-cxx-configure.in.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gnutls/files/gnutls-2.6.0-cxx-configure.in.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gnutls/files/gnutls-2.6.0-cxx-configure.in.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gnutls/files/gnutls-2.6.0-cxx-configure.in.patch?r1=1.1&r2=1.2
Index: gnutls-2.6.0-cxx-configure.in.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gnutls/files/gnutls-2.6.0-cxx-configure.in.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnutls-2.6.0-cxx-configure.in.patch 4 Nov 2008 12:53:11 -0000 1.1
+++ gnutls-2.6.0-cxx-configure.in.patch 5 Jan 2009 07:44:37 -0000 1.2
@@ -8,11 +8,13 @@
AC_PROG_LN_S
GTK_DOC_CHECK(1.1)
AC_PATH_PROG([GAA], [gaa])
-@@ -114,6 +113,7 @@
+@@ -114,6 +113,9 @@
AC_LANG_PUSH(C++)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],[])], use_cxx=yes, use_cxx=no)
AC_LANG_POP(C++)
+ AC_PROG_CXX
++else
++ AM_CONDITIONAL([am__fastdepCXX], [false])
fi
AC_MSG_CHECKING([whether C99 macros are supported])
|
|