mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix build on gcc-based architectures:
//usr/local/lib/libexiv2.so.26: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21' While here, pet portlint. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
050dfa74f8
commit
c9f8cd42e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495544
@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \
|
||||
liblqr-1.so:graphics/liblqr-1
|
||||
|
||||
USES= tar:bzip2 gettext gmake localbase pkgconfig
|
||||
USES= compiler:c++11-lang gettext gmake localbase pkgconfig \
|
||||
tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20 intltool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user