View | Details | Raw Unified | Return to bug 257640
Collapse All | Expand All

(-)b/print/openprinting/files/patch-configure (-1 / +12 lines)
Added Link Here
0
- 
1
--- configure.orig	2006-03-12 06:16:51 UTC
2
+++ configure
3
@@ -20913,6 +20913,9 @@ else
4
 fi
5
 
6
 case "$os" in
7
+	FreeBSD)
8
+		MAP_FILTER="#"
9
+		MAPFLAGS="-Wl,-Map=mapfile" ;;
10
 	Linux)
11
 		MAP_FILTER="; #"
12
 		MAPFLAGS="-Wl,--version-script=mapfile" ;;

Return to bug 257640