mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
19 lines
494 B
Text
19 lines
494 B
Text
--- configure.orig 2022-12-03 07:29:29 UTC
|
|
+++ configure
|
|
@@ -7638,7 +7638,6 @@ esac
|
|
;;
|
|
esac
|
|
|
|
-MOSH_GENERIC_OPTS="-O3"
|
|
MOSH_INTEL_OPTS="$MOSH_GENERIC_OPTS -momit-leaf-frame-pointer -fomit-frame-pointer"
|
|
|
|
# Checks for O/S specific features
|
|
@@ -7784,7 +7783,7 @@ i[3456]86|pentium)
|
|
fi
|
|
;;
|
|
*freebsd*)
|
|
- MOSH_OPTS="$MOSH_INTEL_OPTS"
|
|
+ MOSH_OPTS="$MOSH_OPTS $MOSH_INTEL_OPTS"
|
|
MOSH_LDADD_ARCH="-lpthread"
|
|
;;
|
|
*netbsd*)
|