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:
parent
3401e541d6
commit
bae65d81de
12
print/openprinting/files/patch-configure
Normal file
12
print/openprinting/files/patch-configure
Normal 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" ;;
|
Loading…
Reference in New Issue
Block a user