1
0
forked from ports/contrib

mpfr: fix md5sum and remove static library

This commit is contained in:
Danny Rawlins 2007-10-24 17:28:03 +10:00
parent e25bcd94e0
commit d3404a9a6a
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/mpf2mpfr.h
-rw-r--r-- root/root usr/include/mpfr.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmpfr.a
-rwxr-xr-x root/root usr/lib/libmpfr.la
lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.1.1.0
lrwxrwxrwx root/root usr/lib/libmpfr.so.1 -> libmpfr.so.1.1.0

View File

@ -1,2 +1,2 @@
cf7c743e4be122e63eb6f372fc58b657 mpfr-2.3.0.tar.bz2
3cf60f009f2afdbffb011e9909bc6d50 patches
5cab221d40911cffabf9d9f4f2493856 patches

View File

@ -17,6 +17,7 @@ build() {
./configure \
--prefix=/usr \
--disable-static \
--disable-nls
make