* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta/files: anjuta-3.5.91-cxx-check.patch
@ 2012-12-17 10:19 Alexandre Rostovtsev (tetromino)
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-12-17 10:19 UTC (permalink / raw
To: gentoo-commits
tetromino 12/12/17 10:19:26
Added: anjuta-3.5.91-cxx-check.patch
Log:
Version bump for gnome-3.6. Update license.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path
1.1 dev-util/anjuta/files/anjuta-3.5.91-cxx-check.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/files/anjuta-3.5.91-cxx-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/files/anjuta-3.5.91-cxx-check.patch?rev=1.1&content-type=text/plain
Index: anjuta-3.5.91-cxx-check.patch
===================================================================
From 4d59f47b7f42951638f4390ef1a4a3373486d083 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Tue, 25 Sep 2012 02:32:31 -0400
Subject: [PATCH] configure: fix C++ compiler check
AC_PROG_CXX sets CXX, not ac_ct_CXX
https://bugzilla.gnome.org/show_bug.cgi?id=684758
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 106c1b4..21e9386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ fi
AC_LANG([C])
AC_LANG([C++])
AC_PROG_CXX
-if test "x$ac_ct_CXX" = "x"
+if test "x$CXX" = "x"
then
AC_MSG_ERROR([C++ Compiler required to compile Anjuta])
fi
--
1.7.12
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/anjuta/files: anjuta-3.5.91-cxx-check.patch
@ 2014-11-01 17:19 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-01 17:19 UTC (permalink / raw
To: gentoo-commits
pacho 14/11/01 17:19:11
Removed: anjuta-3.5.91-cxx-check.patch
Log:
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-01 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-01 17:19 [gentoo-commits] gentoo-x86 commit in dev-util/anjuta/files: anjuta-3.5.91-cxx-check.patch Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2012-12-17 10:19 Alexandre Rostovtsev (tetromino)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox