mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04: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
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue