summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-05 11:42:39 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-05 11:42:39 +0000
commit7fef1badeade28b373e4a8bbf8f6de72e8aa0246 (patch)
treeacfcf5c082aa8d278db1ba4e49d767a079f67aec /sys-fs/captive
parentDon't apply the -configure patch conditional to userland, and as FreeBSD does... (diff)
downloadgentoo-2-7fef1badeade28b373e4a8bbf8f6de72e8aa0246.tar.gz
gentoo-2-7fef1badeade28b373e4a8bbf8f6de72e8aa0246.tar.bz2
gentoo-2-7fef1badeade28b373e4a8bbf8f6de72e8aa0246.zip
Fix compile problem thanks to zeaq in IRC
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-fs/captive')
-rw-r--r--sys-fs/captive/ChangeLog5
-rw-r--r--sys-fs/captive/captive-1.1.7.ebuild3
2 files changed, 6 insertions, 2 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/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) \