1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

print/openprinting: Fix build with upcoming binutils

Fix build issue detected in exp-run for the upcoming devel/binutils 2.37

PR:	257640
Reported by:	yasu@utahime.org
This commit is contained in:
Yasuhiro Kimura 2021-08-05 18:50:33 +02:00 committed by Fernando Apesteguía
parent 3401e541d6
commit bae65d81de

View File

@ -0,0 +1,12 @@
--- 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" ;;