summaryrefslogtreecommitdiff
path: root/textproc/clo++/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 06:52:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-10 06:52:51 +0000
commit2ea521998ccced9444f785fe451afb5efdafc8ba (patch)
treef722f93c875c20a468f71e6e9890b1f605444d34 /textproc/clo++/files
parentFix and sort plist (diff)
Fix missing header problem.
Submitted by: bento.
Diffstat (limited to 'textproc/clo++/files')
-rw-r--r--textproc/clo++/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/clo++/files/patch-ab b/textproc/clo++/files/patch-ab
deleted file mode 100644
index b85f4d3500f2..000000000000
--- a/textproc/clo++/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/XML.hh.orig Tue Jan 30 17:15:36 2001
-+++ src/XML.hh Tue Jan 30 17:15:49 2001
-@@ -40,7 +40,7 @@
- // Standard Includes
- #include <iostream>
- #include <string>
--#include <libxml/parser.h>
-+#include <libxml2/parser.h>
-
- // Local Includes
- #include "Option.hh"