Add compiler:c++11-lang to USES to fix build on GCC-based systems:
/usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory Note: I had to be careful about the addition due to the += notation. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
60ff6c4c9b
commit
7faeae5c6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541362
@ -10,7 +10,8 @@ COMMENT= Graphical user interface for the PDF Toolkit (PDFtk)
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= desktop-file-utils
|
||||
USES= compiler:c++11-lang
|
||||
USES+= desktop-file-utils
|
||||
USES+= gettext-runtime
|
||||
USES+= gnome
|
||||
USES+= pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user