diff options
author | 2011-11-16 17:40:57 +0000 | |
---|---|---|
committer | 2011-11-16 17:40:57 +0000 | |
commit | 1aa2a056aac64925c60bafd74bd74d2a7f0c4d12 (patch) | |
tree | 9dfd7bdccab1d4cd0d4e0862c2911cd6ed065111 /x11-misc/xlockmore/files | |
parent | Version bump. (diff) | |
download | historical-1aa2a056aac64925c60bafd74bd74d2a7f0c4d12.tar.gz historical-1aa2a056aac64925c60bafd74bd74d2a7f0c4d12.tar.bz2 historical-1aa2a056aac64925c60bafd74bd74d2a7f0c4d12.zip |
old
Package-Manager: portage-2.2.0_alpha73/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xlockmore/files')
-rw-r--r-- | x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch | 22 |
1 files changed, 0 insertions, 22 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 deleted file mode 100644 index e69999c23497..000000000000 --- a/x11-misc/xlockmore/files/xlockmore-5.29.1-configure.in.patch +++ /dev/null @@ -1,22 +0,0 @@ -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 |