diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-02-18 17:10:59 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-02-18 17:10:59 +0000 |
commit | 454f35d8283f8a015ef0a9c9c420732e82c7f3c7 (patch) | |
tree | 8d99e3b7eeb02be19382deb94fee1a201d8afd4d /games-mud/powwow | |
parent | Add missing PYTHON_DEPS. (diff) | |
download | gentoo-2-454f35d8283f8a015ef0a9c9c420732e82c7f3c7.tar.gz gentoo-2-454f35d8283f8a015ef0a9c9c420732e82c7f3c7.tar.bz2 gentoo-2-454f35d8283f8a015ef0a9c9c420732e82c7f3c7.zip |
fix underlinking wrt #454928
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-mud/powwow')
-rw-r--r-- | games-mud/powwow/ChangeLog | 8 | ||||
-rw-r--r-- | games-mud/powwow/files/powwow-1.2.16-underlinking.patch | 17 | ||||
-rw-r--r-- | games-mud/powwow/powwow-1.2.16.ebuild | 7 |
3 files changed, 27 insertions, 5 deletions
diff --git a/games-mud/powwow/ChangeLog b/games-mud/powwow/ChangeLog index 2de69ada012f..6fa50d31adda 100644 --- a/games-mud/powwow/ChangeLog +++ b/games-mud/powwow/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-mud/powwow -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/ChangeLog,v 1.17 2012/07/02 19:16:33 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/ChangeLog,v 1.18 2013/02/18 17:10:59 hasufell Exp $ + + 18 Feb 2013; Julian Ospald <hasufell@gentoo.org> powwow-1.2.16.ebuild, + +files/powwow-1.2.16-underlinking.patch: + fix underlinking wrt #454928 02 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> -powwow-1.2.15.ebuild: old diff --git a/games-mud/powwow/files/powwow-1.2.16-underlinking.patch b/games-mud/powwow/files/powwow-1.2.16-underlinking.patch new file mode 100644 index 000000000000..d6c5cceba1fd --- /dev/null +++ b/games-mud/powwow/files/powwow-1.2.16-underlinking.patch @@ -0,0 +1,17 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Mon Feb 18 02:25:38 UTC 2013 +Subject: fix underlinking + +https://bugs.gentoo.org/show_bug.cgi?id=454928 + +--- powwow-1.2.16/Makefile.am ++++ powwow-1.2.16/Makefile.am +@@ -5,7 +5,7 @@ + powwow_SOURCES = beam.c cmd.c log.c edit.c cmd2.c eval.c \ + utils.c main.c tcp.c list.c map.c tty.c \ + ptr.c +-powwow_LDFLAGS = @dl_ldflags@ ++powwow_LDADD = @dl_ldflags@ + powwowdir = $(pkgincludedir) + powwow_HEADERS = beam.h cmd.h log.h edit.h cmd2.h eval.h \ + utils.h main.h tcp.h list.h map.h tty.h \ diff --git a/games-mud/powwow/powwow-1.2.16.ebuild b/games-mud/powwow/powwow-1.2.16.ebuild index 6e970f40d219..266a2cc464e9 100644 --- a/games-mud/powwow/powwow-1.2.16.ebuild +++ b/games-mud/powwow/powwow-1.2.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/powwow-1.2.16.ebuild,v 1.2 2012/01/21 16:30:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/powwow/powwow-1.2.16.ebuild,v 1.3 2013/02/18 17:10:59 hasufell Exp $ EAPI=2 -inherit autotools games +inherit autotools eutils games DESCRIPTION="PowWow Console MUD Client" HOMEPAGE="http://hoopajoo.net/projects/powwow.html" @@ -17,6 +17,7 @@ IUSE="" DEPEND="sys-libs/ncurses" src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch # note that that the extra, seemingly-redundant files installed are # actually used by in-game help commands sed -i \ |