diff --git a/sys-apps/sed/sed-4.2.1.recipe b/sys-apps/sed/sed-4.2.1.recipe index 40de789b0..f3e4cface 100644 --- a/sys-apps/sed/sed-4.2.1.recipe +++ b/sys-apps/sed/sed-4.2.1.recipe @@ -12,7 +12,7 @@ DESCRIPTION=" HOMEPAGE="http://www.gnu.org/software/sed" SRC_URI="http://ftp.gnu.org/gnu/sed/sed-4.2.1.tar.gz" CHECKSUM_MD5="f0fd4d7da574d4707e442285fd2d3b86" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" @@ -26,9 +26,8 @@ BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion cmd:gcc cmd:ld - cmd:aclocal >= 1.11 - cmd:autoreconf >= 2.68 cmd:make + cmd:perl cmd:sed " @@ -36,7 +35,6 @@ SOURCE_DIR="$portVersionedName" BUILD() { - autoreconf ./configure $configureDirArgs \ --enable-regex-tests --without-included-regex \ --disable-rpath --with-gnu-ld @@ -46,6 +44,8 @@ BUILD() INSTALL() { make install + rm $libDir/charset.alias + rmdir $libDir } LICENSE="GNU GPL v3"