Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 12:21:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193093] multimedia/libmtp: update to 1.1.8
Message-ID:  <bug-193093-13-oe25VokaEu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193093-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193093-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193093

Jan Beich <jbeich@vfemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #146441|0                           |1
        is obsolete|                            |

--- Comment #3 from Jan Beich <jbeich@vfemail.net> ---
Created attachment 146444
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146444&action=edit
update, v1.1

Oops, add -lusb to |pkg-config --static| on 8.x and 9.x as well. No logs update
because .pc changes are visible only in consumers.

# 8.x and 9.x
$ pkg-config --static --libs libmtp
-lmtp -lgcrypt -L/usr/local/lib -lusb
$ pkg-config --libs libmtp
-L/usr/local/lib -lmtp

# 10.x or later
$ pkg-config --static --libs libmtp
-lmtp -lusb -lgcrypt -L/usr/local/lib
$ pkg-config --libs libmtp
-L/usr/local/lib -lmtp

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193093-13-oe25VokaEu>