diff options
author | 2002-10-31 02:30:56 +0000 | |
---|---|---|
committer | 2002-10-31 02:30:56 +0000 | |
commit | f30c8b4f8839f341c725f1995cb96f08d11cbc6d (patch) | |
tree | d155fb50264d477822f1af794e643348a14626cb /dev-libs | |
parent | new development sources for playing with (diff) | |
download | historical-f30c8b4f8839f341c725f1995cb96f08d11cbc6d.tar.gz historical-f30c8b4f8839f341c725f1995cb96f08d11cbc6d.tar.bz2 historical-f30c8b4f8839f341c725f1995cb96f08d11cbc6d.zip |
Changed emake to make.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.8d.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index e22010398746..66535f54d53f 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Author Nick Hadaway <raker@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.1 2002/07/04 04:20:11 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.2 2002/10/31 02:30:56 raker Exp $ *ffcall-1.8d (03 Jul 2002) - 03 Jul 2002; Nick Hadaway <raker@gentoo.org> ffcall-1.8d.ebuild: + 30 Oct 2002; Nick Hadaway <raker@gentoo.org> ffcall-1.8d.ebuild : + Changed emake to make. + 03 Jul 2002; Nick Hadaway <raker@gentoo.org> ffcall-1.8d.ebuild : Initial ebuild addition as a GNUStep dependancy diff --git a/dev-libs/ffcall/ffcall-1.8d.ebuild b/dev-libs/ffcall/ffcall-1.8d.ebuild index c69d551a370a..32043ff9380f 100644 --- a/dev-libs/ffcall/ffcall-1.8d.ebuild +++ b/dev-libs/ffcall/ffcall-1.8d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.5 2002/08/14 11:52:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.6 2002/10/31 02:30:56 raker Exp $ DESCRIPTION="foreign function call libraries" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc" src_compile() { econf || die "./configure failed" - emake || die + make || die } src_install () { |