Skip to content

Commit

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

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 20, 2023
1 parent 0271825 commit ff0d26b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mail/lurker/Makefile
Expand Up @@ -14,17 +14,20 @@ WWW= http://lurker.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MIMELIB_VERSION= 3.1.1

USES= iconv localbase
USE_CXXSTD= c++14

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mimelib-local \
--with-default-www-dir=${PREFIX}/www/lurker \
--with-cgi-bin-dir=${PREFIX}/www/lurker

PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"

OPTIONS_DEFINE= DOCS

MIMELIB_VERSION= 3.1.1

post-extract:
@cd ${WRKSRC} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
${DISTDIR}/mimelib-${MIMELIB_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS}
Expand Down

0 comments on commit ff0d26b

Please sign in to comment.