all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Antero Mejr <mail@antr.me>
To: 71158@debbugs.gnu.org
Subject: bug#71158: [PATCH] gnu: tr7: Correct library path.
Date: Fri, 24 May 2024 00:40:16 +0000	[thread overview]
Message-ID: <87ttio6o0f.fsf@antr.me> (raw)


* gnu/packages/scheme.scm (tr7)[arguments]: Update configure phase.

Change-Id: I543bb960b52a996912a2e820c83746866902bbb4
---
 gnu/packages/scheme.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index a91a2d693d..b357529d7c 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -882,7 +882,10 @@ (define-public tr7
                 (("PREFIX = /usr/local")
                  (string-append "PREFIX=" #$output))
                 (("ALL = \\$\\(LIBSTA\\) \\$\\(TR7I\\) tags")
-                 "ALL = $(LIBSTA) $(TR7I)"))))
+                 "ALL = $(LIBSTA) $(TR7I)")
+                (("-DDEFLIBPATH='\"\\$\\(PWD\\)/tr7libs\"'")
+                 (string-append "-DDEFLIBPATH='\""
+                                #$output "/share/tr7/libs" "\"'")))))
           (replace 'build
             (lambda _
               (setenv "CC" #$(cc-for-target))

base-commit: 9901416233867233192b63fde7f616751127b189
-- 
2.41.0





                 reply	other threads:[~2024-05-24  0:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ttio6o0f.fsf@antr.me \
    --to=mail@antr.me \
    --cc=71158@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.