diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-15 15:17:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-15 15:17:32 +0000 |
commit | a1ca2eb44b6003c4a94db0bf1385e30544e5ccb3 (patch) | |
tree | c24279f4a61e6d8e8c08dd98789c1e9fb546f334 /dev-tcltk/tdom/files | |
parent | Removed old (diff) | |
download | gentoo-2-a1ca2eb44b6003c4a94db0bf1385e30544e5ccb3.tar.gz gentoo-2-a1ca2eb44b6003c4a94db0bf1385e30544e5ccb3.tar.bz2 gentoo-2-a1ca2eb44b6003c4a94db0bf1385e30544e5ccb3.zip |
Having a soname now
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/tdom/files')
-rw-r--r-- | dev-tcltk/tdom/files/tdom-0.8.2-soname.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-tcltk/tdom/files/tdom-0.8.2-soname.patch b/dev-tcltk/tdom/files/tdom-0.8.2-soname.patch new file mode 100644 index 000000000000..3f0bc7e62a9d --- /dev/null +++ b/dev-tcltk/tdom/files/tdom-0.8.2-soname.patch @@ -0,0 +1,26 @@ +diff --git a/Makefile.in b/Makefile.in +index d995328..5c17e11 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -108,7 +108,7 @@ CFLAGS_DEFAULT = @CFLAGS_DEFAULT@ + CFLAGS_WARNING = @CFLAGS_WARNING@ + CLEANFILES = @CLEANFILES@ + EXEEXT = @EXEEXT@ +-LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@ ++LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@ -Wl,-soname,libdom$(PACKAGE_VERSION).so + MAKE_LIB = @MAKE_LIB@ + MAKE_SHARED_LIB = @MAKE_SHARED_LIB@ + MAKE_STATIC_LIB = @MAKE_STATIC_LIB@ +diff --git a/extensions/tnc/Makefile.in b/extensions/tnc/Makefile.in +index f8a332c..01e0ef0 100644 +--- a/extensions/tnc/Makefile.in ++++ b/extensions/tnc/Makefile.in +@@ -98,7 +98,7 @@ CFLAGS_DEFAULT = @CFLAGS_DEFAULT@ + CFLAGS_WARNING = @CFLAGS_WARNING@ + CLEANFILES = @CLEANFILES@ + EXEEXT = @EXEEXT@ +-LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@ ++LDFLAGS_DEFAULT = @LDFLAGS_DEFAULT@ -Wl,-soname,libtnc$(PACKAGE_VERSION).so + MAKE_LIB = @MAKE_LIB@ + MAKE_SHARED_LIB = @MAKE_SHARED_LIB@ + MAKE_STATIC_LIB = @MAKE_STATIC_LIB@ |