diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-29 10:18:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-29 10:18:06 +0000 |
commit | 0f2e1e844a30f715ae5e542ef5db755f5c693a96 (patch) | |
tree | 1dc0fe112c389a0400a2441a5b330efd06ed2a65 /textproc/wv | |
parent | Update icemc 0.2.2 -> 0.2.3. Although the port now officially uses QT3 (diff) |
Fix Build on -CURRENT
PR: 45825
Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes:
svn path=/head/; revision=71229
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 4 | ||||
-rw-r--r-- | textproc/wv/files/patch-libole2-ms-ole.h | 10 |
2 files changed, 13 insertions, 1 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 924ada9885bd..75a1e6d01f6e 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -13,7 +13,9 @@ MASTER_SITE_SUBDIR= wvware MAINTAINER= mzaki@e-mail.ne.jp -LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + iconv.3:${PORTSDIR}/converters/libiconv \ + png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/textproc/wv/files/patch-libole2-ms-ole.h b/textproc/wv/files/patch-libole2-ms-ole.h new file mode 100644 index 000000000000..7d3b5d827fcb --- /dev/null +++ b/textproc/wv/files/patch-libole2-ms-ole.h @@ -0,0 +1,10 @@ +--- libole2/ms-ole.h.orig Thu Nov 28 16:26:40 2002 ++++ libole2/ms-ole.h Thu Nov 28 16:27:24 2002 +@@ -33,6 +33,7 @@ + typedef long caddr_t; + #endif + ++#include <sys/types.h> + #include <glib.h> + + typedef enum { |