From 0544e4263ec62b6525ee381a16bdcf13893db271 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 19 Nov 2003 11:54:48 +0000 Subject: Allow the configure script to find the buildlink'ed freetype-config script. Should fix problems shown up on last bulk build. --- print/scribus/distinfo | 3 ++- print/scribus/patches/patch-ac | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 print/scribus/patches/patch-ac (limited to 'print') diff --git a/print/scribus/distinfo b/print/scribus/distinfo index 585ed5c27c7..cd32d0f89d4 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/10/29 20:54:51 reed Exp $ +$NetBSD: distinfo,v 1.3 2003/11/19 11:54:48 agc Exp $ SHA1 (scribus-1.1.1.tar.gz) = 640e1007fd0b16c1b4f797910d8628b2be0923a2 Size (scribus-1.1.1.tar.gz) = 2053257 bytes SHA1 (patch-aa) = 74c57344608436ab449f042016495d6895c80f76 SHA1 (patch-ab) = d2430e5b81c2ff00390f8135a753ce6a40653af7 +SHA1 (patch-ac) = c874f71ca7d93ece073a11e73cb6ef54c62f968d diff --git a/print/scribus/patches/patch-ac b/print/scribus/patches/patch-ac new file mode 100644 index 00000000000..af4b52bc5d6 --- /dev/null +++ b/print/scribus/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/11/19 11:54:48 agc Exp $ + +Allow the configure script to find the buildlink'ed freetype-config script + +--- configure 2003/11/19 11:35:05 1.1 ++++ configure 2003/11/19 11:36:42 +@@ -1935,7 +1935,7 @@ + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in ${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin /usr/bin /usr/X11/bin ++for as_dir in $PATH + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. -- cgit v1.2.3