aboutsummaryrefslogtreecommitdiffstats
path: root/print/openprinting/files/patch-configure
blob: 3b078eb7a7f186c78dc48ca29e47c8c36e1e4ff6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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" ;;