diff options
author | tnut <tnut at nutyx dot com> | 2011-06-13 20:57:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-13 20:57:43 +0200 |
commit | 076a3172c5bdb6dc4926c3239b43f866cea0874f (patch) | |
tree | 737f06ff51528f81fd5edef35229156ce7bc381a /base/gmp/Pkgfile | |
parent | 473b4d63c249c7c22d984818eaf417100baa5a82 (diff) | |
parent | e29f0dc45e12703f5cb835da91f3b0544b7c215d (diff) | |
download | nutyx-extra-076a3172c5bdb6dc4926c3239b43f866cea0874f.tar.gz nutyx-extra-076a3172c5bdb6dc4926c3239b43f866cea0874f.tar.bz2 nutyx-extra-076a3172c5bdb6dc4926c3239b43f866cea0874f.tar.xz nutyx-extra-076a3172c5bdb6dc4926c3239b43f866cea0874f.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/gmp/Pkgfile')
-rwxr-xr-x | base/gmp/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gmp/Pkgfile b/base/gmp/Pkgfile index 516cabaad..514a47164 100755 --- a/base/gmp/Pkgfile +++ b/base/gmp/Pkgfile @@ -14,6 +14,7 @@ case `uname -m` in i?86) ABI=32 ./configure --prefix=/usr \ --enable-cxx \ + --enable-mpbsd \ --build=i686-pc-linux-gnu \ --mandir=/usr/share/man \ --infodir=/usr/share/info;; |