diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-01 11:23:09 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-11-01 11:23:09 +0000 |
commit | 42eec1f8566cecb243d001cd49ec081b6860b626 (patch) | |
tree | 86d8d187c8ee0623b856ed1b47e4f347f83cf10f /devel/ac-archive/files/patch-macro2html.cpp | |
parent | Add autoconf-archive, a set of useful GNU Autoconf macros. (diff) |
Remove broken ac-archive. Suggest autoconf-archive instead.
PR: ports/103935
Submitted by: Martin Kammerhofer <dada@sbox.tugraz.at>
Notes
Notes:
svn path=/head/; revision=176037
Diffstat (limited to 'devel/ac-archive/files/patch-macro2html.cpp')
-rw-r--r-- | devel/ac-archive/files/patch-macro2html.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/ac-archive/files/patch-macro2html.cpp b/devel/ac-archive/files/patch-macro2html.cpp deleted file mode 100644 index d609b4461c04..000000000000 --- a/devel/ac-archive/files/patch-macro2html.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- macro2html.cpp.orig Mon Aug 20 16:36:17 2001 -+++ macro2html.cpp Tue Nov 4 18:38:40 2003 -@@ -16,6 +16,7 @@ - #include <vector> - #include <memory> - #include <cerrno> -+#include <sys/types.h> - #include <regex.h> - - using namespace std; |