git: a90a4f5fc970 - main - archivers/xmill: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 18:45:27 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a90a4f5fc970a2612849e6098dca336f4cd4f79f
commit a90a4f5fc970a2612849e6098dca336f4cd4f79f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 18:06:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 18:45:15 +0000
archivers/xmill: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
---
archivers/xmill/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index 4e2fab5a6d61..415e37950bb5 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -7,16 +7,18 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Efficient compressor for XML
WWW= https://sourceforge.net/projects/xmill/
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
USES= dos2unix zip
DOS2UNIX_FILES= ${MAKEFILE} XMill/*.cpp
+USE_CXXSTD= c++14
+
MAKEFILE= makefile
-PORTDOCS= *
-PORTEXAMPLES= *
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
PLIST_FILES= bin/xcmill bin/xdemill bin/xmilltest bin/xmillexample \
bin/xmillinspect bin/ppmzip
+PORTDOCS= *
+PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES