Skip to content

Commit

Permalink
devel/libassa: 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 Aug 2, 2023
1 parent 9fd62f1 commit 2920c53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions devel/libassa/Makefile
Expand Up @@ -11,10 +11,13 @@ WWW= http://libassa.sourceforge.net/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING

GNU_CONFIGURE= yes
CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" "
USES= libtool pathfix pkgconfig
USE_CXXSTD= c++14
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" "

PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R}

WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//}
Expand Down

0 comments on commit 2920c53

Please sign in to comment.