Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=19146fa0255e970d28ee283cd0783c97c954fbd0

commit 19146fa0255e970d28ee283cd0783c97c954fbd0
Author: crazy <[EMAIL PROTECTED]>
Date:   Sun Nov 16 15:14:39 2008 +0100

libx86-1.1-3-x86_64
* fix that thing for 64bit
* also build static and share , so relbump this time
* next step is to fix vbetool as well but later when I'm
* back home :-)

diff --git a/source/lib-extra/libx86/FrugalBuild 
b/source/lib-extra/libx86/FrugalBuild
index 82cbe68..9139667 100644
--- a/source/lib-extra/libx86/FrugalBuild
+++ b/source/lib-extra/libx86/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=libx86
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="A hardware-independent library for executing real-mode x86 code."
url="http://www.codon.org.uk/~mjg59/libx86/";
depends=()
@@ -17,10 +17,12 @@ sha1sums=('c55d8a428ab7f2084010c255aa8c666602544af9' \
build()
{
Fcd
+       Fpatchall
if [ "$CARCH" == "x86_64" ] ; then
-               Fbuild BACKEND=x86emu
+               extra="BACKEND=x86emu"
fi
-       Fbuild
+       make LIBRARY=static,shared $extra || Fdie
+       Fmakeinstall
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to