mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
This port is special, it is done only for being cross build and prepare a modern compiler for base system build without a cross compiler It contains the printf format extension needed for the kernel as only patch for now. It uses libc++ from base as a standard c++ library default on the libc++ headers as c++ headers
13 lines
366 B
Text
13 lines
366 B
Text
--- configure.orig 2015-05-03 17:29:57 UTC
|
|
+++ configure
|
|
@@ -3675,10 +3675,6 @@ case "${target}" in
|
|
*-*-dragonfly*)
|
|
;;
|
|
*-*-freebsd*)
|
|
- if test "x$with_gmp" = x && test "x$with_gmp_dir" = x \
|
|
- && test -f /usr/local/include/gmp.h; then
|
|
- with_gmp=/usr/local
|
|
- fi
|
|
;;
|
|
*-*-kaos*)
|
|
# Remove unsupported stuff on all kaOS configurations.
|