diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-30 10:21:27 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-30 10:21:27 +0000 |
| commit | 09401b51ae055bd440c4da0a72e0b7b0e9bde357 (patch) | |
| tree | 6f550c345cdaf45db5b3c6e09d495938b6b02d46 /textproc/clo++/files | |
| parent | Update to 1.35. (diff) | |
Initial import of clo++-0.3.0
clo++ is a command line parser generator for C++
Diffstat (limited to 'textproc/clo++/files')
| -rw-r--r-- | textproc/clo++/files/patch-aa | 13 | ||||
| -rw-r--r-- | textproc/clo++/files/patch-ab | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/textproc/clo++/files/patch-aa b/textproc/clo++/files/patch-aa new file mode 100644 index 000000000000..0cd2e5f2b548 --- /dev/null +++ b/textproc/clo++/files/patch-aa @@ -0,0 +1,13 @@ +--- configure.orig Tue Jan 30 17:09:05 2001 ++++ configure Tue Jan 30 17:12:33 2001 +@@ -1237,8 +1237,8 @@ + *** variable to the full path to the xml-config program + *** that got installed with libxml2" + +-# Extract the first word of "xml-config", so it can be a program name with args. +-set dummy xml-config; ac_word=$2 ++# Extract the first word of "xml2-config", so it can be a program name with args. ++set dummy xml2-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:1244: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`\" = set"; then diff --git a/textproc/clo++/files/patch-ab b/textproc/clo++/files/patch-ab new file mode 100644 index 000000000000..b85f4d3500f2 --- /dev/null +++ b/textproc/clo++/files/patch-ab @@ -0,0 +1,11 @@ +--- 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" |
