summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2021-06-07 11:23:52 -0500
committerMatthias Maier <tamiko@gentoo.org>2021-06-07 11:41:06 -0500
commitcb560121a2ba971e17e1ba9b5bd57baed1e1b41b (patch)
tree3f2434e5fae7d613dcdd0412e84785bf1a93f960 /sci-libs
parentsci-libs/libsc: update LUA compatibility (diff)
downloadgentoo-cb560121a2ba971e17e1ba9b5bd57baed1e1b41b.tar.gz
gentoo-cb560121a2ba971e17e1ba9b5bd57baed1e1b41b.tar.bz2
gentoo-cb560121a2ba971e17e1ba9b5bd57baed1e1b41b.zip
sci-libs/libsc: add soname back
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libsc/files/libsc-2.3-add_soname.patch13
-rw-r--r--sci-libs/libsc/libsc-2.3.1.ebuild1
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/libsc/files/libsc-2.3-add_soname.patch b/sci-libs/libsc/files/libsc-2.3-add_soname.patch
new file mode 100644
index 000000000000..61e8d56fa44d
--- /dev/null
+++ b/sci-libs/libsc/files/libsc-2.3-add_soname.patch
@@ -0,0 +1,13 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 9d030d5..decbea8 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -43,7 +43,7 @@ src_libsc_la_SOURCES = \
+ $(libsc_internal_headers) \
+ $(libsc_compiled_sources)
+ src_libsc_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSC_CPPFLAGS)
+-## src_libsc_la_LDFLAGS = -release $(VERSION)
++src_libsc_la_LDFLAGS = -release $(VERSION)
+ LDADD += @top_builddir@/src/libsc.la
+
+ nodist_include_HEADERS += $(libsc_generated_headers)
diff --git a/sci-libs/libsc/libsc-2.3.1.ebuild b/sci-libs/libsc/libsc-2.3.1.ebuild
index 7033e904a987..e84c20273cf0 100644
--- a/sci-libs/libsc/libsc-2.3.1.ebuild
+++ b/sci-libs/libsc/libsc-2.3.1.ebuild
@@ -39,6 +39,7 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-2.3-autoconf_lua_version.patch
+ "${FILESDIR}"/${PN}-2.3-add_soname.patch
)
DOCS=( AUTHORS NEWS README )