diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-06 19:38:30 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-06 21:31:12 +0000 |
commit | 7ed8bef03903673f81768f3fae3a1bdaa90453fa (patch) | |
tree | eccb2a9f22d3509a2fbbbf500be1be650fc20c5d /sci-astronomy | |
parent | sci-astronomy/sofa_c: version bump (diff) | |
download | gentoo-7ed8bef03903673f81768f3fae3a1bdaa90453fa.tar.gz gentoo-7ed8bef03903673f81768f3fae3a1bdaa90453fa.tar.bz2 gentoo-7ed8bef03903673f81768f3fae3a1bdaa90453fa.zip |
sci-astronomy/sofa_c: fixed patch for as-needed
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/sofa_c/files/sofa_c-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/sofa_c/files/sofa_c-makefile.patch b/sci-astronomy/sofa_c/files/sofa_c-makefile.patch index 3a942e3bed92..00c1a6ae735d 100644 --- a/sci-astronomy/sofa_c/files/sofa_c-makefile.patch +++ b/sci-astronomy/sofa_c/files/sofa_c-makefile.patch @@ -97,7 +97,7 @@ ar ru $(SOFA_LIB_NAME) $? +$(SOFA_SHLIB_NAME): $(SOFA_OBS) -+ $(CC) $(LDFLAGS) -shared -Wl,-soname,$(SOFA_SHLIB_NAME).0 -lm $? -o $(SOFA_SHLIB_NAME).0.0 ++ $(CC) $(LDFLAGS) -shared -Wl,-soname,$(SOFA_SHLIB_NAME).0 $? -lm -o $(SOFA_SHLIB_NAME).0.0 + ln -sfn $(SOFA_SHLIB_NAME).0.0 $(SOFA_SHLIB_NAME).0 + # Install the header files. |