make sure the configure.py script finds the right Python interpreter,

ride on recent update
This commit is contained in:
drochner 2007-08-13 12:03:21 +00:00
parent 11f5886a78
commit 1c381d7f8f
2 changed files with 15 additions and 1 deletions

View file

@ -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

View file

@ -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]