diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-06-07 12:09:16 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-06-07 12:09:16 +0000 |
commit | a61846d90cee3d6a64a37ad614f12fd630583edd (patch) | |
tree | 1a591305b0e52ee2c81a8f537c51f43d798ee5b0 /x11-misc | |
parent | CPAN update (diff) | |
download | historical-a61846d90cee3d6a64a37ad614f12fd630583edd.tar.gz historical-a61846d90cee3d6a64a37ad614f12fd630583edd.tar.bz2 historical-a61846d90cee3d6a64a37ad614f12fd630583edd.zip |
Fix compilation with gcc-3.3
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xloadimage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xloadimage/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/xloadimage/xloadimage-4.1-r1.ebuild | 3 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/xloadimage/ChangeLog b/x11-misc/xloadimage/ChangeLog index 7fb064767ed7..f1def7d5b4af 100644 --- a/x11-misc/xloadimage/ChangeLog +++ b/x11-misc/xloadimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xloadimage # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/ChangeLog,v 1.13 2003/04/18 17:17:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/ChangeLog,v 1.14 2003/06/07 12:09:08 pauldv Exp $ + + 07 Jun 2003; Paul de Vrieze <pauldv@gentoo.org> xloadimage-4.1-r1.ebuild: + Make a fix so xloadimage compiles with gcc-3.3 *xloadimage-4.1-r1 (02 Jan 2003) diff --git a/x11-misc/xloadimage/Manifest b/x11-misc/xloadimage/Manifest index 90ce41826687..06d7ff490096 100644 --- a/x11-misc/xloadimage/Manifest +++ b/x11-misc/xloadimage/Manifest @@ -1,6 +1,6 @@ -MD5 519d2f40bab70e8b99c3e76c48579349 xloadimage-4.1-r1.ebuild 1462 +MD5 a800a84d11bf13de01083792c9339158 ChangeLog 1732 +MD5 7f7d9e5bf05defcc1d118c1197bf6fed xloadimage-4.1-r1.ebuild 1530 MD5 61957b639baa788294130a3afd482b7a xloadimage-4.1.ebuild 1385 -MD5 79df606a150e6854c4c93575608ede9f ChangeLog 1607 -MD5 c411c977cc7ae79dd96aad933980dbb2 files/xloadimage-4.1-include-errno_h.patch 303 -MD5 bad387ba03d0111a70dd7066ba97d5e5 files/digest-xloadimage-4.1-r1 140 MD5 bad387ba03d0111a70dd7066ba97d5e5 files/digest-xloadimage-4.1 140 +MD5 bad387ba03d0111a70dd7066ba97d5e5 files/digest-xloadimage-4.1-r1 140 +MD5 c411c977cc7ae79dd96aad933980dbb2 files/xloadimage-4.1-include-errno_h.patch 303 diff --git a/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild b/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild index 9b5f4abdb26c..9eb24284523a 100644 --- a/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild +++ b/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild,v 1.5 2003/04/18 17:17:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xloadimage/xloadimage-4.1-r1.ebuild,v 1.6 2003/06/07 12:09:08 pauldv Exp $ IUSE="tiff jpeg png" @@ -35,6 +35,7 @@ src_unpack() { sed -i "s:OPT_FLAGS=:OPT_FLAGS=$CFLAGS:" Make.conf chmod +x ${S}/configure + sed -i "s:^#include <varargs.h>:#include <stdarg.h>:" ${S}/rlelib.c } src_install () { |