Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/sofa_c/files/
Date: Thu, 06 Jul 2017 21:31:34
Message-Id: 1499376672.7ed8bef03903673f81768f3fae3a1bdaa90453fa.bicatali@gentoo
1 commit: 7ed8bef03903673f81768f3fae3a1bdaa90453fa
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 19:38:30 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:31:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed8bef0
7
8 sci-astronomy/sofa_c: fixed patch for as-needed
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-astronomy/sofa_c/files/sofa_c-makefile.patch | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-astronomy/sofa_c/files/sofa_c-makefile.patch b/sci-astronomy/sofa_c/files/sofa_c-makefile.patch
16 index 3a942e3bed9..00c1a6ae735 100644
17 --- a/sci-astronomy/sofa_c/files/sofa_c-makefile.patch
18 +++ b/sci-astronomy/sofa_c/files/sofa_c-makefile.patch
19 @@ -97,7 +97,7 @@
20 ar ru $(SOFA_LIB_NAME) $?
21
22 +$(SOFA_SHLIB_NAME): $(SOFA_OBS)
23 -+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$(SOFA_SHLIB_NAME).0 -lm $? -o $(SOFA_SHLIB_NAME).0.0
24 ++ $(CC) $(LDFLAGS) -shared -Wl,-soname,$(SOFA_SHLIB_NAME).0 $? -lm -o $(SOFA_SHLIB_NAME).0.0
25 + ln -sfn $(SOFA_SHLIB_NAME).0.0 $(SOFA_SHLIB_NAME).0
26 +
27 # Install the header files.