mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Fix build on GCC-based systems by adding compiler:c++11-lang to USES:
flamp.cxx: In function 'void addfile(std::string, void*, bool, char*, char*)': flamp.cxx:841: error: 'nullptr' was not declared in this scope Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
013b8fb9b0
commit
2cce9d9821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525609
@ -16,7 +16,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
|
||||
libpng16.so:graphics/png
|
||||
RUN_DEPENDS= fldigi:comms/fldigi
|
||||
|
||||
USES= gmake jpeg pkgconfig xorg
|
||||
USES= compiler:c++11-lang gmake jpeg pkgconfig xorg
|
||||
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user