diff options
author | eik <eik@FreeBSD.org> | 2003-11-18 06:34:07 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-18 06:34:07 +0800 |
commit | 4f81b2f54f6af183ed279d891d70afdb249421f8 (patch) | |
tree | 333d71a5f598126df7b280661679b9e0606e4a41 /textproc/wv/files | |
parent | 19e0513110adf683e90ef05af464020c64222658 (diff) | |
download | freebsd-ports-gnome-4f81b2f54f6af183ed279d891d70afdb249421f8.tar.gz freebsd-ports-gnome-4f81b2f54f6af183ed279d891d70afdb249421f8.tar.zst freebsd-ports-gnome-4f81b2f54f6af183ed279d891d70afdb249421f8.zip |
Update to version 1.0.0
PR: 57359
Submitted by: Ports FURY
Approved by: marcus (mentor)
Diffstat (limited to 'textproc/wv/files')
-rw-r--r-- | textproc/wv/files/patch-GNUmakefile.in | 11 | ||||
-rw-r--r-- | textproc/wv/files/patch-config.h.in | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/textproc/wv/files/patch-GNUmakefile.in b/textproc/wv/files/patch-GNUmakefile.in new file mode 100644 index 000000000000..559f8235c128 --- /dev/null +++ b/textproc/wv/files/patch-GNUmakefile.in @@ -0,0 +1,11 @@ +--- GNUmakefile.in.orig Sat Sep 13 09:37:27 2003 ++++ GNUmakefile.in Sun Sep 14 18:12:59 2003 +@@ -281,7 +281,7 @@ + + OTHERSCRIPTS = wvMime + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + + pkgconfig_DATA = wv-1.0.pc + diff --git a/textproc/wv/files/patch-config.h.in b/textproc/wv/files/patch-config.h.in new file mode 100644 index 000000000000..e832353260d6 --- /dev/null +++ b/textproc/wv/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig Sat Sep 13 09:37:53 2003 ++++ config.h.in Sun Sep 14 18:13:35 2003 +@@ -38,9 +38,6 @@ + /* Define if you have libxml2 */ + #undef HAVE_LIBXML2 + +-/* Define to 1 if you have the <malloc.h> header file. */ +-#undef HAVE_MALLOC_H +- + /* Define to 1 if you have the `memcpy' function. */ + #undef HAVE_MEMCPY + |