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

(-)gphoto2.new/files/patch-ltmain.sh (-4 / +13 lines)
Lines 1-6 Link Here
1
--- ltmain.sh.orig	Sat Mar  2 08:58:32 2002
1
--- ltmain.sh.orig	Tue Jun 25 20:57:40 2002
2
+++ ltmain.sh	Sat Mar  2 08:59:07 2002
2
+++ ltmain.sh	Sat Dec 21 03:49:50 2002
3
@@ -958,6 +958,7 @@
3
@@ -967,6 +967,7 @@
4
 	;;
4
 	;;
5
 
5
 
6
       -avoid-version)
6
       -avoid-version)
Lines 8-14 Link Here
8
 	avoid_version=yes
8
 	avoid_version=yes
9
 	continue
9
 	continue
10
 	;;
10
 	;;
11
@@ -4247,10 +4248,12 @@
11
@@ -1063,7 +1064,7 @@
12
 	  case $host in
13
 	 *-*-openbsd* | *-*-freebsd*)
14
 	    # Do not include libc_r directly, use -pthread flag.
15
-	    continue
16
+	    #continue
17
 	    ;;
18
 	  esac
19
 	fi
20
@@ -4273,10 +4274,12 @@
12
 	fi
21
 	fi
13
 
22
 
14
 	# Install the pseudo-library for information purposes.
23
 	# Install the pseudo-library for information purposes.

Return to bug 46407