summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2004-05-19 01:00:14 +0000
committerGuy Martin <gmsoft@gentoo.org>2004-05-19 01:00:14 +0000
commitb4d68887a88b3698c5882317ed55a32c4c159dd3 (patch)
tree9968afa53e6fb06945035819b18a3139a34065f8 /sys-boot/palo
parentfixing Manifest (diff)
downloadgentoo-2-b4d68887a88b3698c5882317ed55a32c4c159dd3.tar.gz
gentoo-2-b4d68887a88b3698c5882317ed55a32c4c159dd3.tar.bz2
gentoo-2-b4d68887a88b3698c5882317ed55a32c4c159dd3.zip
Fixed a compilation issue.
Diffstat (limited to 'sys-boot/palo')
-rw-r--r--sys-boot/palo/ChangeLog5
-rw-r--r--sys-boot/palo/palo-1.5_pre20040515.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog
index 59714f753e6b..149284dada67 100644
--- a/sys-boot/palo/ChangeLog
+++ b/sys-boot/palo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/palo
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.6 2004/05/17 17:15:46 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.7 2004/05/19 01:00:14 gmsoft Exp $
+
+ 18 May 2004; Guy Martin <gmsoft@gentoo.org> palo-1.5_pre20040515.ebuild:
+ Fixed a compilation issue.
17 May 2004; Guy Martin <gmsoft@gentoo.org> palo-1.5_pre20040515.ebuild,
files/palo-remove-HOME-TERM.patch, files/palo.conf:
diff --git a/sys-boot/palo/palo-1.5_pre20040515.ebuild b/sys-boot/palo/palo-1.5_pre20040515.ebuild
index ff7d524f4c34..f38cb22d16c4 100644
--- a/sys-boot/palo/palo-1.5_pre20040515.ebuild
+++ b/sys-boot/palo/palo-1.5_pre20040515.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.5_pre20040515.ebuild,v 1.2 2004/05/17 17:15:46 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.5_pre20040515.ebuild,v 1.3 2004/05/19 01:00:14 gmsoft Exp $
MY_V=${PV/_pre/-CVS}
DESCRIPTION="PALO : PArisc Linux Loader"
@@ -26,7 +26,6 @@ src_compile() {
emake -C palo CFLAGS="${CFLAGS} -I../include -I../lib" || die
emake -C ipl CFLAGS="${CFLAGS} -I. -I../lib -I../include -fwritable-strings -mdisable-fpregs -Wall" || die
emake MACHINE=parisc iplboot
- emake || die
}
src_install() {