pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39775
The following reply was made to PR pkg/39775; it has been noted by GNATS.
From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39775
Date: Wed, 17 Dec 2008 11:15:38 +0100
This patch avoids a bug in pdksh, if it is used to execute the configure
script. Otherwise, the module "pdfwriter" is missing from ghostscript.
It has been checked not to break the build on NetBSD 5.0_BETA.
--- configure 2008/12/17 09:45:31 1.1
+++ configure 2008/12/17 09:46:23
@@ -10679,7 +10679,7 @@
while test -n "$drivers"; do
if echo $drivers |grep "," >/dev/null; then
THIS="`echo $drivers |sed -e 's/,.*//'`"
- drivers="`echo $drivers |sed -e \"s/$THIS,//\"`"
+ drivers="`echo $drivers |sed -e "s/$THIS,//"`"
else
THIS=$drivers
drivers=""
Whis this fix applied, this PR can be closed, all other issues have
either been resolved or are local problems.
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index