diff options
author | grant <grant> | 2004-01-26 13:15:18 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-26 13:15:18 +0000 |
commit | 0a1c7032c5d822b0947c0ab0b9062aa385392133 (patch) | |
tree | 02608e9a23db38fc9c16abcf9903b2ddc95db8dd /converters | |
parent | 9588f4bbfc9ce44b25f9d2353af64afe0c70456f (diff) | |
download | pkgsrc-0a1c7032c5d822b0947c0ab0b9062aa385392133.tar.gz |
don't patch Makefile.am or configure.in, as they cause 'make build' to
re-run configure which overwrites our libtool wrapper.
fixes install on Solaris.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/psiconv/distinfo | 4 | ||||
-rw-r--r-- | converters/psiconv/patches/patch-ab | 8 | ||||
-rw-r--r-- | converters/psiconv/patches/patch-ae | 17 |
3 files changed, 1 insertions, 28 deletions
diff --git a/converters/psiconv/distinfo b/converters/psiconv/distinfo index 01773086b62..98fb8d4770a 100644 --- a/converters/psiconv/distinfo +++ b/converters/psiconv/distinfo @@ -1,10 +1,8 @@ -$NetBSD: distinfo,v 1.6 2003/09/03 12:18:28 adam Exp $ +$NetBSD: distinfo,v 1.7 2004/01/26 13:15:18 grant Exp $ SHA1 (psiconv-0.8.3.tar.gz) = 19bab16895385904f152af5dea294fe029207b7b Size (psiconv-0.8.3.tar.gz) = 326460 bytes SHA1 (patch-aa) = efe63d69692430900b79b80e8b06066e9182d739 -SHA1 (patch-ab) = cff4e1d6bbfadb5c47b69b07cde8896f5b423c9a -SHA1 (patch-ae) = 9a79cddedca2d14e6e8aa43016b196354ba639d1 SHA1 (patch-af) = 628abc563c0f548baf813954a12355bcf2f7255d SHA1 (patch-ag) = c840310b5417dd2caa7d120398b0910043820276 SHA1 (patch-ah) = a35166070aa15b56f4d5e30f07411bc42556eaeb diff --git a/converters/psiconv/patches/patch-ab b/converters/psiconv/patches/patch-ab deleted file mode 100644 index 4fcec8debc5..00000000000 --- a/converters/psiconv/patches/patch-ab +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/12/19 20:08:51 wiz Exp $ - ---- Makefile.am.orig Sun Jun 17 20:52:33 2001 -+++ Makefile.am -@@ -1,2 +1,2 @@ --SUBDIRS = compat lib program formats extra docs -+SUBDIRS = compat lib psiconv docs - EXTRA_DIST=autogen.sh diff --git a/converters/psiconv/patches/patch-ae b/converters/psiconv/patches/patch-ae deleted file mode 100644 index 9252dfe691d..00000000000 --- a/converters/psiconv/patches/patch-ae +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2002/09/10 12:35:08 markd Exp $ - ---- configure.in.orig Tue Jul 17 05:48:02 2001 -+++ configure.in Tue Sep 10 23:20:40 2002 -@@ -79,7 +79,11 @@ - LIBS="$LIBS `Magick-config --libs`" - - AC_MSG_CHECKING(whether GetMagickInfo works) -- AC_TRY_RUN([ #include <magick/magick.h> -+ AC_TRY_RUN([ #include <stdio.h> -+ #include <string.h> -+ #include <time.h> -+ #include <sys/types.h> -+ #include <magick/api.h> - int main(void) { ExceptionInfo exception; - GetExceptionInfo(&exception); - OpenModules(&exception); |