diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-05 11:42:39 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-05 11:42:39 +0000 |
commit | 965b7578f20c4635f97705ad3d509470ff00f1e5 (patch) | |
tree | 951301f4c6a4beca13f42b09ad8e743bb1046442 /sys-fs/captive | |
parent | Don't apply the -configure patch conditional to userland, and as FreeBSD does... (diff) | |
download | historical-965b7578f20c4635f97705ad3d509470ff00f1e5.tar.gz historical-965b7578f20c4635f97705ad3d509470ff00f1e5.tar.bz2 historical-965b7578f20c4635f97705ad3d509470ff00f1e5.zip |
Fix compile problem thanks to zeaq in IRC
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-fs/captive')
-rw-r--r-- | sys-fs/captive/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/captive/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/captive/captive-1.1.7.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sys-fs/captive/ChangeLog b/sys-fs/captive/ChangeLog index 24d08d752c6a..cf871d9452ba 100644 --- a/sys-fs/captive/ChangeLog +++ b/sys-fs/captive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/captive # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.10 2006/01/05 02:12:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/ChangeLog,v 1.11 2006/01/05 11:42:39 genstef Exp $ + + 05 Jan 2006; Stefan Schweizer <genstef@gentoo.org> captive-1.1.7.ebuild: + Fix compile problem thanks to zeaq in IRC 05 Jan 2006; Stefan Schweizer <genstef@gentoo.org> +captive-1.1.7.ebuild: version bump diff --git a/sys-fs/captive/Manifest b/sys-fs/captive/Manifest index d9809e6f9ea2..9721d8fb5cc7 100644 --- a/sys-fs/captive/Manifest +++ b/sys-fs/captive/Manifest @@ -1,7 +1,7 @@ -MD5 47c59ee0b52531e78a2e6f1812e5554b ChangeLog 2607 +MD5 9ae9f7728752ca96b50da760b705efb7 ChangeLog 2727 MD5 e713979a7c0acc2e3f22f790a59bd5eb captive-1.1.5-r2.ebuild 2806 MD5 631d8380563a00bc2af58eba86d02d56 captive-1.1.6.ebuild 2186 -MD5 557a7d627388a1e74298937775f530c0 captive-1.1.7.ebuild 2118 +MD5 6c879c1befe6b71733e0bcebddb126d7 captive-1.1.7.ebuild 2204 MD5 09de72e8ea997c51e2cdd999343d63ac files/add-extra-opts-for-user-access-to-mount-t-captive.patch 647 MD5 00da6b972db84ffd52c945b07c3204d4 files/digest-captive-1.1.5-r2 148 MD5 08d428f29220c44d67ab40deb8eca20d files/digest-captive-1.1.6 69 diff --git a/sys-fs/captive/captive-1.1.7.ebuild b/sys-fs/captive/captive-1.1.7.ebuild index 529953fadc95..9d35193e2de6 100644 --- a/sys-fs/captive/captive-1.1.7.ebuild +++ b/sys-fs/captive/captive-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7.ebuild,v 1.1 2006/01/05 02:12:21 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/captive/captive-1.1.7.ebuild,v 1.2 2006/01/05 11:42:39 genstef Exp $ inherit eutils @@ -44,6 +44,7 @@ pkg_setup() { } src_compile() { + sed -i 's/#error "Unsupported: TICKSTO1970/\0"/' src/libcaptive/rtl/time.c || die 01 # disable some tests to save time ;) econf $(use_enable debug bug-replay) \ $(use_with readline) \ |