Skip to content

Commit

Permalink
comms/twpsk: 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 969ec49 commit 86c785a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions comms/twpsk/Makefile
Expand Up @@ -11,14 +11,18 @@ WWW= http://wa0eir.bcts.info/twpsk.html

LICENSE= GPLv3

USES= motif pkgconfig xorg
USE_XORG= sm ice xt x11

LIB_DEPENDS= libpulse.so:audio/pulseaudio

USES= localbase motif pkgconfig xorg
USE_CXXSTD= c++14
USE_XORG= ice sm xt x11

GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib -I${PREFIX}/include

CFLAGS+= -L${LOCALBASE}/lib

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

PORTDOCS= *

OPTIONS_DEFINE= DOCS
Expand Down

0 comments on commit 86c785a

Please sign in to comment.