Date: Wed, 30 Aug 2023 17:04:22 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 163928669d74 - main - devel/libsigrok: Fix INDEX Message-ID: <202308301704.37UH4Miv010601@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=163928669d74be3a5d8a307b6a03abd06bf55cd6 commit 163928669d74be3a5d8a307b6a03abd06bf55cd6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-30 17:00:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-30 17:00:37 +0000 devel/libsigrok: Fix INDEX In my previous commit I missed an include breaking the INDEX. --- devel/libsigrok/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile index 338cf8cdc89e..7f422ac63552 100644 --- a/devel/libsigrok/Makefile +++ b/devel/libsigrok/Makefile @@ -30,6 +30,8 @@ MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip +.include <bsd.port.options.mk> + .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400097 CFLAGS+= -D__BSD_VISIBLE -D__XSI_VISIBLE .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308301704.37UH4Miv010601>