X-Git-Url: http://gitweb/?a=blobdiff_plain;f=git%2FPkgfile;h=bfdbc950562e9c5df3f239370497e4ad64689631;hb=4c11f3705d7e4a2a6f4899584e6f66414bc9f6f6;hp=a94389caeda19f479472b1ca0eeff280bc73b938;hpb=23b573da2a8843793746b954dc902e1df182aa09;p=attic%2Fports%2Fopt-cross.git diff --git a/git/Pkgfile b/git/Pkgfile index a94389c..bfdbc95 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -1,12 +1,12 @@ # Description: Directory content manager # URL: http://www.kernel.org/pub/software/scm/git/docs # Maintainer: Tilman Sauerbeck tilman at crux dot nu -# Arch Maintainer System Team crux-arm at mikeux dot dyndns dot org +# Arch Maintainer System Team devel at crux-arm dot nu # Depends on: expat curl # Nice to have: tk name=git -version=1.6.6 +version=1.7.0 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) @@ -15,7 +15,8 @@ build() { # install Error.pm. this pretty much sucks but i'm too lazy to # investigate whether there's a better way. - sed -i -e '23,24d' -e '26d' perl/Makefile.PL + sed -i perl/Makefile.PL -e '23,24d' -e '26d' + sed -i Makefile -e 's|CFLAGS =|CFLAGS :=|' make CC="$CC" CFLAGS="$CFLAGS -I$CLFS/usr/include" \ prefix=/usr gitexecdir=/usr/lib/git-core \