pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40277: guile-config is broken



The following reply was made to PR pkg/40277; it has been noted by GNATS.

From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/40277: guile-config is broken
Date: Sat, 27 Dec 2008 22:24:09 +0300

 Not as trivial as I thought at first glance, besides removal of
 offending parenthesis you need to apply following (that doesn't
 fix spelling of "pkgsrc"):
 
 --- guile-config~      2008-12-13 01:25:36.000000000 +0300
 +++ guile-config       2008-12-27 20:38:06.000000000 +0300
 @@ -156,12 +156,12 @@
                   ""
                   ;; On BSD (all pksrc??), include rpath as well
                   (string-append "-Wl,-R" (get-build-info 'libdir)))
 -                 (string-append "-L" (get-build-info 'libdir)))
 +                 (string-append "-L" (get-build-info 'libdir))
                 "-lguile -lltdl"
 -             (string-join other-flags)
 +             (string-join other-flags))
  
               )))
 -    (newline)))
 +    (newline))
  
  
  (define (help-link)
 
 
 -- 
 HE CE3OH...
 


Home | Main Index | Thread Index | Old Index