diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-29 19:42:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-29 19:42:08 +0000 |
commit | 892ad33d2b26551edd3f7b0229d4b21d0565278b (patch) | |
tree | 0c160d0e2afde7201fb2c77b2258563828bbc09d /net-im/caim | |
parent | added a dosym command to symlink the plugin to /opt/netscape/plugins (diff) | |
download | gentoo-2-892ad33d2b26551edd3f7b0229d4b21d0565278b.tar.gz gentoo-2-892ad33d2b26551edd3f7b0229d4b21d0565278b.tar.bz2 gentoo-2-892ad33d2b26551edd3f7b0229d4b21d0565278b.zip |
Fixed a glibc-2.2.2 jeader problem
Diffstat (limited to 'net-im/caim')
-rw-r--r-- | net-im/caim/caim-0.03.ebuild | 6 | ||||
-rw-r--r-- | net-im/caim/files/caim-0.03-gentoo.diff | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/net-im/caim/caim-0.03.ebuild b/net-im/caim/caim-0.03.ebuild index b2f9ad79f228..5aca576bfcd2 100644 --- a/net-im/caim/caim-0.03.ebuild +++ b/net-im/caim/caim-0.03.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.1 2001/04/06 20:42:40 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.2 2001/04/29 19:42:08 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,12 +9,12 @@ DESCRIPTION="A Console AIM Client" SRC_URI="http://www.mercyground.co.uk/${A}" HOMEPAGE="http://www.mercyground.co.uk" -DEPEND=">=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1" +DEPEND=">=sys-libs/ncurses-5.1" src_unpack() { unpack ${A} + patch -p0 < ${FILESDIR}/${PF}-gentoo.diff cd ${S} echo "CFLAGS += ${CFLAGS}" >> Makefile.rules diff --git a/net-im/caim/files/caim-0.03-gentoo.diff b/net-im/caim/files/caim-0.03-gentoo.diff new file mode 100644 index 000000000000..fd9623078e2a --- /dev/null +++ b/net-im/caim/files/caim-0.03-gentoo.diff @@ -0,0 +1,11 @@ +--- caim-0.03/client/caim.c~ Sat Nov 4 21:28:52 2000 ++++ caim-0.03/client/caim.c Sun Apr 29 19:42:19 2001 +@@ -48,7 +48,7 @@ + #include <curses.h> + #include <stdlib.h> + #include <string.h> +-#include <sys/time.h> ++#include <time.h> + #include <sys/types.h> + #include <unistd.h> + |