summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-08-13 12:03:21 +0000
committerdrochner <drochner@pkgsrc.org>2007-08-13 12:03:21 +0000
commit1c381d7f8f07b12a5e9540b327a34a2353abdffa (patch)
tree6f461aeb84cbb084f090619b7f524918eb2d4baa /editors
parent11f5886a78acf68558a586e7ff8d7b86cd2aaf06 (diff)
downloadpkgsrc-1c381d7f8f07b12a5e9540b327a34a2353abdffa.tar.gz
make sure the configure.py script finds the right Python interpreter,
ride on recent update
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/distinfo3
-rw-r--r--editors/lyx-qt/patches/patch-ag13
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/lyx-qt/distinfo b/editors/lyx-qt/distinfo
index 699989950f9..090caeda6df 100644
--- a/editors/lyx-qt/distinfo
+++ b/editors/lyx-qt/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2007/08/11 21:33:38 reed Exp $
+$NetBSD: distinfo,v 1.20 2007/08/13 12:03:21 drochner Exp $
SHA1 (lyx-1.4.5.1.tar.bz2) = 3517c6a7c526e49e0970b4e7c23ceb548662d621
RMD160 (lyx-1.4.5.1.tar.bz2) = 021c8217344c45142625264b1ef9c437670ec481
@@ -6,3 +6,4 @@ Size (lyx-1.4.5.1.tar.bz2) = 8026585 bytes
SHA1 (patch-aa) = 90a09a1adbb899cbaf063d4d7f46dc77f78a62da
SHA1 (patch-ab) = 97944f49ca371048193212753818b4004861aa41
SHA1 (patch-af) = a2dda183512e8fdfa79ecf4b2c40b32198f9a1fb
+SHA1 (patch-ag) = 2546987af25ba48d35247f50a59f2207eb406891
diff --git a/editors/lyx-qt/patches/patch-ag b/editors/lyx-qt/patches/patch-ag
new file mode 100644
index 00000000000..b48825419e0
--- /dev/null
+++ b/editors/lyx-qt/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2007/08/13 12:03:21 drochner Exp $
+
+--- ./src/support/package.C.in.orig 2007-03-11 22:06:41.000000000 +0100
++++ ./src/support/package.C.in
+@@ -148,7 +148,7 @@ Package::Package(string const & command_
+ command_line_user_support_dir);
+
+ string const configure_script = AddName(system_support(), "configure.py");
+- configure_command_ = "python " + QuoteName(configure_script)
++ configure_command_ = QuoteName(configure_script)
+ + with_version_suffix();
+
+ lyxerr[Debug::INIT]