update Fri Oct 16 00:37:00 PDT 2009
[pkgsrc.git] / editors / lyx15 / patches / patch-ag
1 $NetBSD: patch-ag,v 1.1.1.1 2008/02/21 10:07:43 xtraeme Exp $
2
3 --- src/support/Package.cpp.in.orig     2008-02-21 10:16:57.000000000 +0100
4 +++ src/support/Package.cpp.in  2008-02-21 10:17:26.000000000 +0100
5 @@ -150,8 +150,7 @@
6                                      command_line_user_support_dir);
7  
8         FileName const configure_script(addName(system_support().absFilename(), "configure.py"));
9 -       configure_command_ = os::python() + ' ' +
10 -                       quoteName(configure_script.toFilesystemEncoding()) +
11 +       configure_command_ = quoteName(configure_script.toFilesystemEncoding()) +
12                         with_version_suffix();
13  
14         lyxerr[Debug::INIT]