diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-05 08:28:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-05 08:28:08 +0000 |
commit | c29443257269098790d08cc09755d4f5d63462d7 (patch) | |
tree | f5b8ba690e182c4e4ab19fc9a879ab7b7fd5f9f9 /main/bacula/cxx.patch | |
parent | 656d909f25b1a54e42c60f3eb1bf16ea39ae638e (diff) | |
download | aports-c29443257269098790d08cc09755d4f5d63462d7.tar.bz2 aports-c29443257269098790d08cc09755d4f5d63462d7.tar.xz |
main/bacula: apply a bunch of patches from fedora and gentoo
and fix building with ccache
Diffstat (limited to 'main/bacula/cxx.patch')
-rw-r--r-- | main/bacula/cxx.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/bacula/cxx.patch b/main/bacula/cxx.patch new file mode 100644 index 0000000000..0af4937ea1 --- /dev/null +++ b/main/bacula/cxx.patch @@ -0,0 +1,13 @@ +--- ./autoconf/configure.in.orig ++++ ./autoconf/configure.in +@@ -92,10 +92,6 @@ + AC_DEFINE(HAVE_GCC) + have_gcc=yes + fi +-AC_PATH_PROG(CXX, $CXX, $CXX) +-if test ! -e $CXX; then +- AC_MSG_ERROR(Unable to find C++ compiler) +-fi + + dnl ------------------------------------------------------- + dnl Check for programs. |