diff options
author | tnut <tnut at nutyx dot com> | 2011-06-13 20:09:10 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-13 20:09:10 +0200 |
commit | e29f0dc45e12703f5cb835da91f3b0544b7c215d (patch) | |
tree | 7b78e8f4791be90a6ac73e21d4de242d3108792a /base/gmp | |
parent | 871bab0f2c7bff02187e0670a372b51a2674fd33 (diff) | |
download | nutyx-extra-e29f0dc45e12703f5cb835da91f3b0544b7c215d.tar.gz nutyx-extra-e29f0dc45e12703f5cb835da91f3b0544b7c215d.tar.bz2 nutyx-extra-e29f0dc45e12703f5cb835da91f3b0544b7c215d.tar.xz nutyx-extra-e29f0dc45e12703f5cb835da91f3b0544b7c215d.zip |
gmp, correction Pkgfile
Diffstat (limited to 'base/gmp')
-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;; |