[Bug 193093] multimedia/libmtp: update to 1.1.8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 28 12:21:38 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193093

Jan Beich <jbeich at vfemail.net> changed:

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

--- Comment #3 from Jan Beich <jbeich at 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.


More information about the freebsd-ports-bugs mailing list