Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2021 14:58:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9c4832e847a0 - main - net/libsignal-protocol-c: Cosmetic change
Message-ID:  <202108081458.178EwZeE024280@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c4832e847a0e93bf3bed58a1502ca6d0e030f7e

commit 9c4832e847a0e93bf3bed58a1502ca6d0e030f7e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-08-08 14:35:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-08-08 14:53:59 +0000

    net/libsignal-protocol-c: Cosmetic change
---
 net/libsignal-protocol-c/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/libsignal-protocol-c/Makefile b/net/libsignal-protocol-c/Makefile
index d585ae8db042..fff00379fd41 100644
--- a/net/libsignal-protocol-c/Makefile
+++ b/net/libsignal-protocol-c/Makefile
@@ -11,9 +11,10 @@ COMMENT=	Signal Protocol C Library
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS
 USES=		cmake
 
+CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 GH_ACCOUNT=	signalapp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108081458.178EwZeE024280>