Date: Sat, 21 Dec 2002 03:55:27 +0800 (CST) From: Kuang-che Wu <kcwu@kcwu.homeip.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46407: Fix build on -current for graphics/gphoto2 Message-ID: <200212201955.gBKJtRmw098715@kcwu.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 46407 >Category: ports >Synopsis: Fix build on -current for graphics/gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: Fix build on -current for graphics/gphoto2 >How-To-Repeat: >Fix: diff -ur gphoto2/files/patch-ltmain.sh gphoto2.new/files/patch-ltmain.sh --- gphoto2/files/patch-ltmain.sh Fri Mar 8 08:37:10 2002 +++ gphoto2.new/files/patch-ltmain.sh Sat Dec 21 03:50:24 2002 @@ -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. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212201955.gBKJtRmw098715>