Skip to content

Commit

Permalink
devel/codeblocks: fix build with recent clang
Browse files Browse the repository at this point in the history
Port uses std::mem_fun which went away with C++17.  Enforce use of
C++11 to fix the build.

PR:		272782
MFH:		2023Q3
  • Loading branch information
Ximalas authored and clausecker committed Jul 30, 2023
1 parent c735afd commit c2bade1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/codeblocks/Makefile
Expand Up @@ -21,6 +21,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
USES= autoreconf compiler:c++11-lang desktop-file-utils \
fam:gamin gettext-runtime gnome libtool localbase \
pathfix pkgconfig shared-mime-info tar:xz xorg
USE_CXXSTD= c++11
USE_WX= 3.0+
USE_GNOME= gtk30 cairo
USE_XORG= x11
Expand Down

0 comments on commit c2bade1

Please sign in to comment.