diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-05 15:00:43 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-05 18:01:10 +0000 |
commit | 5f574490e2628c2c6f9996f277f81d8675067f6f (patch) | |
tree | 574ac0d8e0e79b3461e0bcd1b271380618b570cc | |
parent | 79cb9f7b2d242a72d7fefd09e68bf0f92d6f97e8 (diff) | |
download | ports-5f574490e2628c2c6f9996f277f81d8675067f6f.tar.gz ports-5f574490e2628c2c6f9996f277f81d8675067f6f.zip |
x11/bbappconf: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | x11/bbappconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/bbappconf/Makefile b/x11/bbappconf/Makefile index ed40dbdc3178..b8e0414c3526 100644 --- a/x11/bbappconf/Makefile +++ b/x11/bbappconf/Makefile @@ -9,7 +9,9 @@ COMMENT= Application configuring tool for the blackbox window manager WWW= http://bbtools.sourceforge.net/ USES= xorg +USE_CXXSTD= c++14 USE_XORG= x11 + GNU_CONFIGURE= yes do-install: |