diff options
author | 2003-09-21 18:15:34 +0000 | |
---|---|---|
committer | 2003-09-21 18:15:34 +0000 | |
commit | 1b08387d39237b9b25814376d8497946ca3c41df (patch) | |
tree | 87155e4516d264b5b20cb626cf73c71df960700d /sys-devel/pmake | |
parent | patch from splite to make mailx work on ia64 (diff) | |
download | historical-1b08387d39237b9b25814376d8497946ca3c41df.tar.gz historical-1b08387d39237b9b25814376d8497946ca3c41df.tar.bz2 historical-1b08387d39237b9b25814376d8497946ca3c41df.zip |
makefile fix
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.45-r2.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/pmake/Manifest b/sys-devel/pmake/Manifest index 0bf43ff5c274..e5141e455766 100644 --- a/sys-devel/pmake/Manifest +++ b/sys-devel/pmake/Manifest @@ -1,5 +1,5 @@ MD5 47836f6232012d0e193fc81baae73a03 ChangeLog 812 -MD5 0d4c429c406538b122875be9b387b440 pmake-1.45-r2.ebuild 1568 +MD5 4317581065c6aea015dc86cccb3a04eb pmake-1.45-r2.ebuild 1660 MD5 56b250e5c99455640556fcb776b9bd7e files/01_all_groffpatch.patch 485 MD5 1095ca9c07bda375bf9674fe20d79ba6 files/02_all_mktemp.patch 406 MD5 aa2eb71443dc4352bdf910fcbaf9f05e files/digest-pmake-1.45-r2 65 diff --git a/sys-devel/pmake/pmake-1.45-r2.ebuild b/sys-devel/pmake/pmake-1.45-r2.ebuild index b82b0cd0ac2c..d969e64f96f0 100644 --- a/sys-devel/pmake/pmake-1.45-r2.ebuild +++ b/sys-devel/pmake/pmake-1.45-r2.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/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.8 2003/09/19 01:32:42 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.45-r2.ebuild,v 1.9 2003/09/21 18:15:33 avenj Exp $ IUSE="" @@ -38,6 +38,7 @@ src_unpack() { use alpha && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=alpha/g' Makefile.bootor > Makefile.boot use ppc && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=ppc/g' Makefile.bootor > Makefile.boot use sparc64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=sparc64/g' Makefile.bootor > Makefile.boot + use ia64 && sed 's/MACHINE_ARCH=sparc/MACHINE_ARCH=ia64/g' Makefile.bootor > Makefile.boot } src_compile() { |