Skip to content

Commit

Permalink
misc/qlcplus: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 21, 2023
1 parent 3ae28b5 commit fbd4ab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/qlcplus/Makefile
Expand Up @@ -19,15 +19,15 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd

USES= desktop-file-utils gl pkgconfig qmake qt:5 shared-mime-info shebangfix
USE_QT= core gui multimedia network script testlib widgets buildtools:build
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= mcallegari
USE_GL= gl
USE_LDCONFIG= yes
USE_QT= core gui multimedia network script testlib widgets buildtools:build

SHEBANG_FILES= translate.sh

USE_GITHUB= yes
GH_ACCOUNT= mcallegari

BINARY_ALIAS= g++=${CXX}

post-patch:
Expand Down

0 comments on commit fbd4ab0

Please sign in to comment.