diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-18 17:54:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-18 17:54:50 +0000 |
commit | c7533e8ad052e73df57a821d67b8954c950b703f (patch) | |
tree | 30f710cd4b67b7b7ba369437937bc6f23d4fb8d6 /sci-libs/libghemical | |
parent | Version bump. (diff) | |
download | gentoo-2-c7533e8ad052e73df57a821d67b8954c950b703f.tar.gz gentoo-2-c7533e8ad052e73df57a821d67b8954c950b703f.tar.bz2 gentoo-2-c7533e8ad052e73df57a821d67b8954c950b703f.zip |
We do not need to include gl.h, Xarthisius on irc
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libghemical')
-rw-r--r-- | sci-libs/libghemical/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libghemical/files/libghemical-2.98-gl.patch | 13 | ||||
-rw-r--r-- | sci-libs/libghemical/libghemical-2.98.ebuild | 5 |
3 files changed, 22 insertions, 4 deletions
diff --git a/sci-libs/libghemical/ChangeLog b/sci-libs/libghemical/ChangeLog index 5f8058fa9a78..03728941807c 100644 --- a/sci-libs/libghemical/ChangeLog +++ b/sci-libs/libghemical/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libghemical -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.19 2008/11/30 01:00:00 je_fro Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.20 2010/06/18 17:54:50 jlec Exp $ + + 18 Jun 2010; Justin Lecher <jlec@gentoo.org> libghemical-2.98.ebuild, + +files/libghemical-2.98-gl.patch: + We do not need to include gl.h, Xarthisius on irc 30 Nov 2008; Jeff Gardner <je_fro@gentoo.org> +files/libghemical-2.98-gcc43.patch, libghemical-2.98.ebuild: diff --git a/sci-libs/libghemical/files/libghemical-2.98-gl.patch b/sci-libs/libghemical/files/libghemical-2.98-gl.patch new file mode 100644 index 000000000000..8cea8aab636e --- /dev/null +++ b/sci-libs/libghemical/files/libghemical-2.98-gl.patch @@ -0,0 +1,13 @@ +diff --git a/src/typedef.h b/src/typedef.h +index 8d2efcc..1e304e8 100644 +--- a/src/typedef.h ++++ b/src/typedef.h +@@ -27,7 +27,7 @@ + + // comment this out if you have no GL/gl.h available... + +-#define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out??? ++// #define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out??? + + // added by Robert Williams for Compaq cxx, alpha 11/28/01 + diff --git a/sci-libs/libghemical/libghemical-2.98.ebuild b/sci-libs/libghemical/libghemical-2.98.ebuild index b35ef696e2bb..dbbf27901931 100644 --- a/sci-libs/libghemical/libghemical-2.98.ebuild +++ b/sci-libs/libghemical/libghemical-2.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.98.ebuild,v 1.2 2008/11/30 01:00:00 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.98.ebuild,v 1.3 2010/06/18 17:54:50 jlec Exp $ inherit autotools @@ -24,6 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gcc43.patch + epatch "${FILESDIR}"/${P}-gl.patch eautoreconf } |