mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Fix build issue detected in exp-run for the upcoming devel/binutils 2.37 PR: 257640 Reported by: yasu@utahime.org
12 lines
245 B
Text
12 lines
245 B
Text
--- configure.orig 2006-03-12 06:16:51 UTC
|
|
+++ configure
|
|
@@ -20913,6 +20913,9 @@ else
|
|
fi
|
|
|
|
case "$os" in
|
|
+ FreeBSD)
|
|
+ MAP_FILTER="#"
|
|
+ MAPFLAGS="-Wl,-Map=mapfile" ;;
|
|
Linux)
|
|
MAP_FILTER="; #"
|
|
MAPFLAGS="-Wl,--version-script=mapfile" ;;
|