diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-06 07:40:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-06 07:42:24 +0000 |
commit | 36712432276b02bb18c815cd02cb2173d7a829f3 (patch) | |
tree | 1a9dc5dd16dbee8b30def24340272ecef6ddb68b /main/dansguardian/gcc4.6.patch | |
parent | d9ba721d7fff5e17a2182690e272dcee8dd1e2f8 (diff) | |
download | aports-36712432276b02bb18c815cd02cb2173d7a829f3.tar.bz2 aports-36712432276b02bb18c815cd02cb2173d7a829f3.tar.xz |
main/dansguardian: upgrade to 2.12.0.3
ref #1629
Diffstat (limited to 'main/dansguardian/gcc4.6.patch')
-rw-r--r-- | main/dansguardian/gcc4.6.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/main/dansguardian/gcc4.6.patch b/main/dansguardian/gcc4.6.patch deleted file mode 100644 index e9f533e0d5..0000000000 --- a/main/dansguardian/gcc4.6.patch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 70-gcc4.6.dpatch by Daniel T Chen <crimsun@ubuntu.com> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fix FTBFS by including cstddef for size_t - -@DPATCH@ -diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' dansguardian-2.10.1.1~/src/authplugins/ntlm.cpp dansguardian-2.10.1.1/src/authplugins/ntlm.cpp ---- dansguardian-2.10.1.1~/src/authplugins/ntlm.cpp 2008-11-18 06:27:04.000000000 -0500 -+++ dansguardian-2.10.1.1/src/authplugins/ntlm.cpp 2011-08-25 16:37:38.000000000 -0400 -@@ -27,6 +27,8 @@ - #include "../FDTunnel.hpp" - #include "../OptionContainer.hpp" - -+#include <cstddef> -+ - #include <syslog.h> - - #include <iconv.h> |