#16274: include system pkgconfig path
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  blocker            |    Milestone:  sage-6.2
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:  Leif Leonhardy
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/include_system_pkgconfig_path|  
0afd5c5aaaf349c4314c5067800924c24a9e2713
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by leif):

 Hmmm, now works for me with
 {{{
 #!diff
 diff --git a/build/pkgs/pkgconf/patches/pkg-config.in
 b/build/pkgs/pkgconf/patches/pkg-config.in
 index ccda223..4a00741 100644
 --- a/build/pkgs/pkgconf/patches/pkg-config.in
 +++ b/build/pkgs/pkgconf/patches/pkg-config.in
 @@ -14,5 +14,5 @@ fi
  dnl Launch system pkg-config or our own pkgconf
  define(NEWLINE,`
  ')
 -define(PKG_CONFIG_COMMAND, translit(esyscmd(`command -v pkg-config'),
 NEWLINE))
 +define(PKG_CONFIG_COMMAND, translit(esyscmd(`bash -c "command -v pkg-
 config"'), NEWLINE))
  exec ifelse(sysval, `0', PKG_CONFIG_COMMAND, `"$SAGE_LOCAL/bin/pkgconf"')
 "$@"
 }}}
 (and the "forget" as before).

--
Ticket URL: <http://trac.sagemath.org/ticket/16274#comment:35>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to