all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71158: [PATCH] gnu: tr7: Correct library path.
@ 2024-05-24  0:40 Antero Mejr
  0 siblings, 0 replies; only message in thread
From: Antero Mejr @ 2024-05-24  0:40 UTC (permalink / raw)
  To: 71158


* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-24  0:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24  0:40 bug#71158: [PATCH] gnu: tr7: Correct library path Antero Mejr

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.