| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 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/audio/hexter/files/ |
Upload File : |
--- configure.orig 2014-06-10 19:32:22 UTC
+++ configure
@@ -12181,7 +12181,7 @@ $as_echo "yes" >&6; }
fi
case "${host_os}" in
-darwin*)
+darwin* | freebsd*)
darwin=yes
pkg_failed=no
@@ -12490,8 +12490,8 @@ if test "x$GCC" = "xyes"; then
# add '-finline-limit=...' only for GCC 3.x and 4.x:
case `$CC -dumpversion 2>/dev/null` in
# these --params are also in 3.4.6, but not in 3.3.6
- 4.*) CFLAGS="$CFLAGS -finline-limit=5000 --param large-function-growth=4900 --param inline-unit-growth=900" ;;
- 3.*) CFLAGS="$CFLAGS -finline-limit=5000" ;;
+ 4.*) CFLAGS="$CFLAGS --param large-function-growth=4900 --param inline-unit-growth=900" ;;
+ 3.*) CFLAGS="$CFLAGS " ;;
esac ;;
esac
fi