diff options
author | 2010-02-14 15:43:49 +0000 | |
---|---|---|
committer | 2010-02-14 15:43:49 +0000 | |
commit | fbea49691b051578f0e3382272dff2a0fd37c321 (patch) | |
tree | 5327cee1f2d2591e703c6130988c5a6d31d3d00a /x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch | |
parent | sunstudioexpress is no more (diff) | |
download | gentoo-2-fbea49691b051578f0e3382272dff2a0fd37c321.tar.gz gentoo-2-fbea49691b051578f0e3382272dff2a0fd37c321.tar.bz2 gentoo-2-fbea49691b051578f0e3382272dff2a0fd37c321.zip |
Remove extra CC and CXX checks from configure.in to avoid #285262.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch')
-rw-r--r-- | x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch b/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch new file mode 100644 index 000000000000..e69999c23497 --- /dev/null +++ b/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch @@ -0,0 +1,22 @@ +http://bugs.gentoo.org/show_bug.cgi?id=285262 + +--- configure.in ++++ configure.in +@@ -8,17 +8,7 @@ + canonical=$host + + AC_PROG_CC +-dnl Check if C++ compiler is present. If not set CXX to the C-compiler used +-dnl for the other compilations. +-if test "$CC" = gcc; then +- AC_CHECK_PROGS(CXX, $CCC g++ CC C++ c++ cxx cc++ xlC $CC, gcc) +-else +- AC_CHECK_PROGS(CXX, $CCC CC C++ g++ c++ cxx cc++ xlC $CC, gcc) +-fi + AC_PROG_CXX +-if test "${CXX}" = "xlC" ; then +- CXXFLAGS="${CXXFLAGS} -+" +-fi + + dnl If you're using g++-2.95 or later and have old X11 includes, you may need + dnl to use "g++ -fpermissive" in the Makefiles |