File: 0027-Made-cmigemo-binary-to-work-other-than-compile-direc.patch

package info (click to toggle)
cmigemo 1%3A1.2%2Bgh0.20220623-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,700 kB
  • sloc: ansic: 2,617; cs: 188; makefile: 173; sh: 107; cpp: 67; perl: 59; csh: 49; javascript: 20
file content (26 lines) | stat: -rw-r--r-- 805 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 5ed627a0dc06ac37711085fabfb1d0c537d0f381 Mon Sep 17 00:00:00 2001
From: u <ak>
Date: Sat, 8 Nov 2014 16:54:13 +0900
Subject: [PATCH 27/36] Made cmigemo binary to work other than compile
 directory.

---
 compile/Make_osx.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile/Make_osx.mak b/compile/Make_osx.mak
index e4e68ab..88ed75e 100644
--- a/compile/Make_osx.mak
+++ b/compile/Make_osx.mak
@@ -26,7 +26,7 @@ include compile/clean.mak
 #
 $(libmigemo_LIB): $(libmigemo_DSO)
 $(libmigemo_DSO): $(libmigemo_OBJ)
-	$(CC) -dynamiclib -install_name $@ -o $(libmigemo_LIB) $(libmigemo_OBJ)
+	$(CC) -dynamiclib -install_name $(libdir)/$@ -o $(libmigemo_LIB) $(libmigemo_OBJ)
 	$(RM) $@ $(libmigemo)
 	ln -s $(libmigemo_LIB) $@
 	ln -s $(libmigemo_LIB) $(libmigemo)
-- 
2.39.2