summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet/files/0.7.3-configure.patch')
-rw-r--r--net-p2p/gnunet/files/0.7.3-configure.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-p2p/gnunet/files/0.7.3-configure.patch b/net-p2p/gnunet/files/0.7.3-configure.patch
deleted file mode 100644
index 5bb36443b15e..000000000000
--- a/net-p2p/gnunet/files/0.7.3-configure.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-svn diff -r7052:7110 https://gnunet.org/svn/GNUnet/configure.ac
-r7110 | amatus | 2008-06-09 18:34:31 +0200 (Mo, 09 Jun 2008) | 2 lines
-Added AC_PROG_CXX to make configure work in archlinux.
-
-See also https://bugs.gentoo.org/show_bug.cgi?id=226195
-
-Index: configure.ac
-===================================================================
---- configure.ac (revision 7052)
-+++ configure.ac (revision 7110)
-@@ -31,6 +31,7 @@
- AC_PROG_AWK
- AC_PROG_CC
- AC_PROG_CPP
-+AC_PROG_CXX
- AC_PROG_INSTALL
- AC_PROG_LN_S
- AC_PROG_MAKE_SET