summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-02-13 03:42:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-02-13 03:42:53 +0000
commitefca6d4be36dc8a7c14b5639b9d956e0aad354d7 (patch)
treec2768a3813723fee9673eb0530265a51bdfdedc9
parentAdd ~mips for my XXS1500 hardware. (diff)
downloadgentoo-2-efca6d4be36dc8a7c14b5639b9d956e0aad354d7.tar.gz
gentoo-2-efca6d4be36dc8a7c14b5639b9d956e0aad354d7.tar.bz2
gentoo-2-efca6d4be36dc8a7c14b5639b9d956e0aad354d7.zip
Put in a fix to allow aurecord to build when X isn't installed.
(Portage version: 2.0.51.16)
-rw-r--r--sci-mathematics/octave-forge/ChangeLog6
-rw-r--r--sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog
index 55feb4ce4f3c..b202d3fc0dad 100644
--- a/sci-mathematics/octave-forge/ChangeLog
+++ b/sci-mathematics/octave-forge/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave-forge
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.5 2005/01/18 19:53:30 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.6 2005/02/13 03:42:53 robbat2 Exp $
+
+ 12 Feb 2005; Robin H. Johnson <robbat2@gentoo.org>
+ octave-forge-2004.11.16.ebuild:
+ Put in a fix to allow aurecord to build when X isn't installed.
18 Jan 2005; Patrick Kursawe <phosphan@gentoo.org>
octave-forge-2004.02.12.ebuild:
diff --git a/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild b/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild
index 1bb1e5e29efb..f09ebb762a3b 100644
--- a/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild
+++ b/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild,v 1.1 2005/01/17 11:36:23 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2004.11.16.ebuild,v 1.2 2005/02/13 03:42:53 robbat2 Exp $
inherit eutils
@@ -23,6 +23,11 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PV}.patch
+
+ # make it compile when X isn't installed. The source file there really
+ # doesn't need X at all.
+ # 02 Feb 2005, Robin H. Johnson <robbat2@gentoo.org>
+ sed -e '/#include <X11/d' -i ${S}/main/audio/aurecord.cc
}
src_compile() {