diff options
author | pat <pat@FreeBSD.org> | 2002-05-21 04:08:42 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-21 04:08:42 +0000 |
commit | 6ea72c9a49e65feeceefa00404c005fbb3584b64 (patch) | |
tree | 59135b8a75bc4eed80a2eea0f5c03d1cab913cf6 /graphics/libwmf/files | |
parent | 83aad8e32dfa7d58b6f95d2dd66ab32d3ecb7e41 (diff) | |
download | FreeBSD-ports-6ea72c9a49e65feeceefa00404c005fbb3584b64.zip FreeBSD-ports-6ea72c9a49e65feeceefa00404c005fbb3584b64.tar.gz |
- Fix pkg-plist
- Chase location of libxml2 headers
PR: 38229
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/libwmf/files')
-rw-r--r-- | graphics/libwmf/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | graphics/libwmf/files/patch-src::font.c | 13 |
2 files changed, 16 insertions, 13 deletions
diff --git a/graphics/libwmf/files/patch-ltmain.sh b/graphics/libwmf/files/patch-ltmain.sh index 6f0d975..f83fdb8 100644 --- a/graphics/libwmf/files/patch-ltmain.sh +++ b/graphics/libwmf/files/patch-ltmain.sh @@ -1,16 +1,6 @@ ---- ltmain.sh.orig Sun Oct 28 22:08:24 2001 -+++ ltmain.sh Sat Nov 17 05:11:40 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4175,10 +4178,12 @@ +--- ltmain.sh.orig Wed May 15 18:57:35 2002 ++++ ltmain.sh Fri May 17 21:18:44 2002 +@@ -4731,10 +4731,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/graphics/libwmf/files/patch-src::font.c b/graphics/libwmf/files/patch-src::font.c new file mode 100644 index 0000000..2900d47 --- /dev/null +++ b/graphics/libwmf/files/patch-src::font.c @@ -0,0 +1,13 @@ +--- src/font.c.orig Wed May 15 18:34:08 2002 ++++ src/font.c Fri May 17 23:56:23 2002 +@@ -833,8 +833,8 @@ + + #ifdef HAVE_XML2 + +-#include <libxml/parser.h> +-#include <libxml/parserInternals.h> ++#include <libxml2/libxml/parser.h> ++#include <libxml2/libxml/parserInternals.h> + + static void xml2_start (void* user_data,const char* tag,const char** attributes) + { const char** attr; |