diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-07-25 03:27:12 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-07-25 03:27:12 +0000 |
commit | e09045c7a3385b7d1b531b84b56388c9b97ee5dd (patch) | |
tree | b90a9b37e03bde7b08797f45233877c0cd8c4019 /x11-misc/accessx | |
parent | lintool and repoman fixes (diff) | |
download | historical-e09045c7a3385b7d1b531b84b56388c9b97ee5dd.tar.gz historical-e09045c7a3385b7d1b531b84b56388c9b97ee5dd.tar.bz2 historical-e09045c7a3385b7d1b531b84b56388c9b97ee5dd.zip |
fix for gcc3.1
Diffstat (limited to 'x11-misc/accessx')
-rw-r--r-- | x11-misc/accessx/ChangeLog | 12 | ||||
-rw-r--r-- | x11-misc/accessx/accessx-0950-r1.ebuild | 32 | ||||
-rw-r--r-- | x11-misc/accessx/files/access-gcc3-gentoo.patch | 12 | ||||
-rw-r--r-- | x11-misc/accessx/files/digest-accessx-0950-r1 | 1 |
4 files changed, 55 insertions, 2 deletions
diff --git a/x11-misc/accessx/ChangeLog b/x11-misc/accessx/ChangeLog index 27e6249e9b13..bed6260170ba 100644 --- a/x11-misc/accessx/ChangeLog +++ b/x11-misc/accessx/ChangeLog @@ -3,8 +3,16 @@ # Maintainer: George Shapovalov <george@gentoo.org> # /space/gentoo/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.1 2002/02/20 02:58:37 agriffis Exp +*accessx-950-r1 (24 Jul 2002) + + 24 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org> + accessx-0950-r1.ebuild, files/accessx-0950-gcc3-gentoo.patch, + files/digest-accessx-0950-r1 : + + Fix for gcc3.1 + *accessx-0950 - 18 Apr 2002; Sean P. Kane <spk42@spkane.org> accessx-0950.ebuild : + 18 Apr 2002; Sean P. Kane <spk42@spkane.org> accessx-0950.ebuild : - Added ebuild for accessx + Added ebuild for accessx diff --git a/x11-misc/accessx/accessx-0950-r1.ebuild b/x11-misc/accessx/accessx-0950-r1.ebuild new file mode 100644 index 000000000000..376605e8a9b7 --- /dev/null +++ b/x11-misc/accessx/accessx-0950-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# John Stalker <stalker@math.princeton.edu> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950-r1.ebuild,v 1.1 2002/07/25 03:27:11 mkennedy Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Interface to the XKEYBOARD extension in X11" +SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz" +HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" + +DEPEND="virtual/x11" +RDEPEND="${DEPEND}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p1 <${FILESDIR}/access-gcc3-gentoo.patch || die +} + +src_compile() { + make || die +} + +src_install () { + into /usr + dobin accessx ax || die + dodoc README INSTALL CHANGES +} diff --git a/x11-misc/accessx/files/access-gcc3-gentoo.patch b/x11-misc/accessx/files/access-gcc3-gentoo.patch new file mode 100644 index 000000000000..49e8c9132622 --- /dev/null +++ b/x11-misc/accessx/files/access-gcc3-gentoo.patch @@ -0,0 +1,12 @@ +diff -ur accessx/ax.C accessx.m/ax.C +--- accessx/ax.C 2001-03-13 23:42:10.000000000 -0600 ++++ accessx.m/ax.C 2002-07-24 22:15:20.000000000 -0500 +@@ -713,7 +713,7 @@ + /////////////////////////////////////////////////////////////////////////////// + + +-void main(int argc, char** argv) ++int main(int argc, char** argv) + { + Access ax; + ax.QueryServer(); diff --git a/x11-misc/accessx/files/digest-accessx-0950-r1 b/x11-misc/accessx/files/digest-accessx-0950-r1 new file mode 100644 index 000000000000..c3dd35473984 --- /dev/null +++ b/x11-misc/accessx/files/digest-accessx-0950-r1 @@ -0,0 +1 @@ +MD5 c61cf27887c76a8cca32f878389bba57 accessx0950.tar.gz 10280 |