summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-01-01 01:37:23 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-01-01 01:37:23 +0000
commit933b69da5e5a058de3c030828d023c55cc265e01 (patch)
tree307583f84ffa24f0786f76f73384452f9254a825 /media-gfx/povray
parentversion bump (diff)
downloadgentoo-2-933b69da5e5a058de3c030828d023c55cc265e01.tar.gz
gentoo-2-933b69da5e5a058de3c030828d023c55cc265e01.tar.bz2
gentoo-2-933b69da5e5a058de3c030828d023c55cc265e01.zip
fix
Diffstat (limited to 'media-gfx/povray')
-rw-r--r--media-gfx/povray/ChangeLog5
-rw-r--r--media-gfx/povray/povray-3.50c.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/povray/ChangeLog b/media-gfx/povray/ChangeLog
index 3224ace63c0d..77ac65f35a0e 100644
--- a/media-gfx/povray/ChangeLog
+++ b/media-gfx/povray/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/povray
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.25 2003/12/12 15:24:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/ChangeLog,v 1.26 2004/01/01 01:37:23 lu_zero Exp $
+
+ 01 Jan 2004; Luca Barbato <lu_zero@gentoo.org> povray-3.50c.ebuild:
+ Fixed the without X build issue (bug #27049)
12 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> povray-3.50c.ebuild:
Add amd64 keyword. AMD64 patch contributed by Kris Kersey <augustus@linuxhardware.org>
diff --git a/media-gfx/povray/povray-3.50c.ebuild b/media-gfx/povray/povray-3.50c.ebuild
index fb6858035547..bafd1cbf6387 100644
--- a/media-gfx/povray/povray-3.50c.ebuild
+++ b/media-gfx/povray/povray-3.50c.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50c.ebuild,v 1.13 2003/12/12 15:24:10 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50c.ebuild,v 1.14 2004/01/01 01:37:23 lu_zero Exp $
inherit gcc eutils
@@ -45,7 +45,8 @@ src_compile() {
local myconf
use X && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
+ || myconf="${myconf} --without-x"\
+ && CFLAGS="${CFLAGS} -DX_DISPLAY_MISSING"
econf ${myconf} || die