diff options
author | arved <arved@FreeBSD.org> | 2002-11-29 18:18:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-29 18:18:06 +0800 |
commit | b88942fe7a19a102b18b237537c58adb2e3ed2c9 (patch) | |
tree | d8b411c503b896319c2a2ef9a7cf07e642fcf8b9 | |
parent | 8376b26362db8514ec93b6399377b7f9455769e7 (diff) | |
download | freebsd-ports-gnome-b88942fe7a19a102b18b237537c58adb2e3ed2c9.tar.gz freebsd-ports-gnome-b88942fe7a19a102b18b237537c58adb2e3ed2c9.tar.zst freebsd-ports-gnome-b88942fe7a19a102b18b237537c58adb2e3ed2c9.zip |
Fix Build on -CURRENT
PR: 45825
Submitted by: Volker Stolz <vs@foldr.org>
-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 { |