diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-22 17:39:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-22 17:39:42 +0800 |
commit | 6f58aa495e644d20f0ea1be9cc86abcffaba7ec0 (patch) | |
tree | 2202369eb83d31e5d38b446adb55521ddde03588 /graphics | |
parent | 7cc67ec96a642a8da79c01ba51f73bf7a95fea8d (diff) | |
download | freebsd-ports-gnome-6f58aa495e644d20f0ea1be9cc86abcffaba7ec0.tar.gz freebsd-ports-gnome-6f58aa495e644d20f0ea1be9cc86abcffaba7ec0.tar.zst freebsd-ports-gnome-6f58aa495e644d20f0ea1be9cc86abcffaba7ec0.zip |
Fix build on -current
PR: 46407
Submitted by: kcwu@kcwu.dyndns.org
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto2/files/patch-ltmain.sh | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/graphics/gphoto2/files/patch-ltmain.sh b/graphics/gphoto2/files/patch-ltmain.sh index 886fc92f7ccc..7bf52e314a48 100644 --- a/graphics/gphoto2/files/patch-ltmain.sh +++ b/graphics/gphoto2/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Sat Mar 2 08:58:32 2002 -+++ ltmain.sh Sat Mar 2 08:59:07 2002 -@@ -958,6 +958,7 @@ +--- ltmain.sh.orig Tue Jun 25 20:57:40 2002 ++++ ltmain.sh Sat Dec 21 03:49:50 2002 +@@ -967,6 +967,7 @@ ;; -avoid-version) @@ -8,7 +8,16 @@ avoid_version=yes continue ;; -@@ -4247,10 +4248,12 @@ +@@ -1063,7 +1064,7 @@ + case $host in + *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. +- continue ++ #continue + ;; + esac + fi +@@ -4273,10 +4274,12 @@ fi # Install the pseudo-library for information purposes. |