diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-04 10:08:04 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-04 10:08:04 +0000 |
commit | 84c6889ea1b219db0db414759c25ff973a2ed2a2 (patch) | |
tree | 8334f0c8a7f282ce673a6f63b62e404871813256 /net-libs/libhttpd-persistent | |
parent | Address issue with wxGTK and unicode (bug #55967) (Manifest recommit) (diff) | |
download | gentoo-2-84c6889ea1b219db0db414759c25ff973a2ed2a2.tar.gz gentoo-2-84c6889ea1b219db0db414759c25ff973a2ed2a2.tar.bz2 gentoo-2-84c6889ea1b219db0db414759c25ff973a2ed2a2.zip |
~sparc and added || dies
Diffstat (limited to 'net-libs/libhttpd-persistent')
-rw-r--r-- | net-libs/libhttpd-persistent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libhttpd-persistent/ChangeLog b/net-libs/libhttpd-persistent/ChangeLog index 5d8484ab0829..6b5161ec2ab4 100644 --- a/net-libs/libhttpd-persistent/ChangeLog +++ b/net-libs/libhttpd-persistent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libhttpd-persistent # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/ChangeLog,v 1.4 2004/06/24 23:12:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/ChangeLog,v 1.5 2004/07/04 10:08:04 eradicator Exp $ + + 04 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + libhttpd-persistent-1.3p-r6.ebuild: + ~sparc and added || dies 29 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> libhttpd-persistent-1.3p-r6.ebuild: diff --git a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild index f1ff7dd4e4fc..20170631fe5e 100644 --- a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild +++ b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild,v 1.4 2004/06/24 23:12:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r6.ebuild,v 1.5 2004/07/04 10:08:04 eradicator Exp $ MY_P="libhttpd-1.3p-f" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.deleet.de/projekte/daap/daapd/" SRC_URI="http://www.deleet.de/projekte/daap/daapd/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" DEPEND="" @@ -26,9 +26,9 @@ src_compile() { emake || die cd ${S}/src - ranlib libhttpd-persistent.a + ranlib libhttpd-persistent.a || die echo g++ ${CFLAGS} -D_OS_UNIX -fPIC protocol.c api.c version.c ip_acl.c select.c -o libhttpd-persistent.so -Wl,-shared,-soname,libhttpd-persistent.so - g++ ${CFLAGS} -D_OS_UNIX -fPIC protocol.c api.c version.c ip_acl.c select.c -o libhttpd-persistent.so -Wl,-shared,-soname,libhttpd-persistent.so + g++ ${CFLAGS} -D_OS_UNIX -fPIC protocol.c api.c version.c ip_acl.c select.c -o libhttpd-persistent.so -Wl,-shared,-soname,libhttpd-persistent.so || die } src_install() { |