git: 0e7927110ea6 - main - comms/owfs: relax warnings to build on current
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 21:20:00 UTC
The branch main has been updated by dch: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e7927110ea683c28fcb8fccc6513765f4fad607 commit 0e7927110ea683c28fcb8fccc6513765f4fad607 Author: Dave Cottlehuber <dch@FreeBSD.org> AuthorDate: 2023-04-08 21:13:53 +0000 Commit: Dave Cottlehuber <dch@FreeBSD.org> CommitDate: 2023-04-08 21:13:53 +0000 comms/owfs: relax warnings to build on current --- comms/owfs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index e0d806f38f22..c0f794e07a88 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= owfs PORTVERSION= 3.2p4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= https://github.com/owfs/owfs/releases/download/v${PORTVERSION}/ @@ -12,11 +12,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig compiler:c11 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +CFLAGS+= -Wno-implicit-function-declaration -Wno-int-conversion .include "Makefile.options"