diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-03-01 04:34:56 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-03-01 04:34:56 +0000 |
commit | 80b4aa3f4db7886b62a8c7187d172822846d4a4d (patch) | |
tree | 0bd7f8ccf1470c3a3b4d230ad5d419b9f5ab1716 /dev-tcltk/expect | |
parent | Stable for HPPA (bug #406345). (diff) | |
download | gentoo-2-80b4aa3f4db7886b62a8c7187d172822846d4a4d.tar.gz gentoo-2-80b4aa3f4db7886b62a8c7187d172822846d4a4d.tar.bz2 gentoo-2-80b4aa3f4db7886b62a8c7187d172822846d4a4d.zip |
add missing patch, bug 406363 by Richard Yao
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tcltk/expect/files/expect-5.43.0-darwin.patch | 11 |
2 files changed, 17 insertions, 2 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog index 495be5727ffd..ef0894355d6c 100644 --- a/dev-tcltk/expect/ChangeLog +++ b/dev-tcltk/expect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/expect -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.87 2011/12/27 08:16:11 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.88 2012/03/01 04:34:56 darkside Exp $ + + 01 Mar 2012; Jeremy Olexa <darkside@gentoo.org> + +files/expect-5.43.0-darwin.patch: + add missing patch, bug 406363 by Richard Yao 27 Dec 2011; Justin Lecher <jlec@gentoo.org> expect-5.44.1.15.ebuild, expect-5.45.ebuild: diff --git a/dev-tcltk/expect/files/expect-5.43.0-darwin.patch b/dev-tcltk/expect/files/expect-5.43.0-darwin.patch new file mode 100644 index 000000000000..7ce1bb6cb7fb --- /dev/null +++ b/dev-tcltk/expect/files/expect-5.43.0-darwin.patch @@ -0,0 +1,11 @@ +--- Makefile.in ++++ Makefile.in +@@ -413,7 +413,7 @@ + expect-shared-lib-file :: $(EXP_SHARED_LIB_FILE) + $(EXP_SHARED_LIB_FILE): $(OFILES) + -rm -f $(EXP_SHARED_LIB_FILE) +- @TCL_SHLIB_LD@ -o $(EXP_SHARED_LIB_FILE) $(SHARED_OFILES) @EXP_LD_SEARCH_FLAGS@ @EXP_SHLIB_LD_LIBS@ ++ @TCL_SHLIB_LD@ -o $(EXP_SHARED_LIB_FILE) $(SHARED_OFILES) @EXP_LD_SEARCH_FLAGS@ @EXP_SHLIB_LD_LIBS@ -install_name $(tcl_libdir)/$(EXP_SHARED_LIB_FILE) + + .PHONY: install-info install info + install-info: |