| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/mpexpr/files/ |
Upload File : |
--- unix/Makefile.in.orig 2016-09-15 16:44:37 UTC +++ unix/Makefile.in @@ -219,17 +219,17 @@ all: @PROGS@ # a make clobber and try LITTLE_ENDIAN. If that fails, ask a wizard # for help. # -BYTE_ORDER= +#BYTE_ORDER= #BYTE_ORDER= BIG_ENDIAN -#BYTE_ORDER= LITTLE_ENDIAN +BYTE_ORDER= LITTLE_ENDIAN # Determine the number of bits in a long # # If in doubt, leave LONG_BITS empty. This makefile will run # the longbits program to determine the length. # -LONG_BITS= -#LONG_BITS= 32 +#LONG_BITS= +LONG_BITS= 32 #LONG_BITS= 64