diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 18:14:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 18:14:36 +0000 |
commit | ff3494287e305c57de58bf3dd83df26a3fc082af (patch) | |
tree | 3c316ff1fc87f7b1796998c9458506b74044c3f3 /devel/commoncpp/files | |
parent | Chase pth's shared lib version. (diff) |
Update to Commoncpp2 1.0.8. Bump PORTEPOCH because of PORTVERSION decrease.
PR: 47847
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
Diffstat (limited to 'devel/commoncpp/files')
-rw-r--r-- | devel/commoncpp/files/patch-aa | 15 | ||||
-rw-r--r-- | devel/commoncpp/files/patch-include-config-h.in | 12 |
2 files changed, 12 insertions, 15 deletions
diff --git a/devel/commoncpp/files/patch-aa b/devel/commoncpp/files/patch-aa deleted file mode 100644 index 9c06cf7b2ea3..000000000000 --- a/devel/commoncpp/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- posix/xml.cpp.orig Sat Mar 30 21:16:37 2002 -+++ posix/xml.cpp Sat Mar 30 21:17:00 2002 -@@ -47,9 +47,9 @@ - - #ifdef HAVE_LIBXML - --#include <parser.h> --#include <parserInternals.h> --#include <xmlIO.h> -+#include <libxml2/libxml/parser.h> -+#include <libxml2/libxml/parserInternals.h> -+#include <libxml2/libxml/xmlIO.h> - #include <stdarg.h> - - extern "C" { diff --git a/devel/commoncpp/files/patch-include-config-h.in b/devel/commoncpp/files/patch-include-config-h.in new file mode 100644 index 000000000000..92726deec0cf --- /dev/null +++ b/devel/commoncpp/files/patch-include-config-h.in @@ -0,0 +1,12 @@ +--- include/config.h.in.orig Mon Feb 17 20:21:46 2003 ++++ include/config.h.in Mon Feb 17 20:22:01 2003 +@@ -16,6 +16,8 @@ + #define CCXX_CONFIG_H_ + /* This is the top section */ + ++#include <sys/types.h> ++#include <math.h> + + /* Define if you have <unistd.h>. */ + #undef HAVE_UNISTD_H + |