pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libdecaf: Updates COMMENT to be less ambigious.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Sun Aug 11 11:29:01 2019 -0500
Changeset: 94969a1a154f02b7878ff63ecb9f761c02985d41
Modified Files:
libdecaf/Makefile
Log Message:
libdecaf: Updates COMMENT to be less ambigious.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94969a1a154f02b7878ff63ecb9f761c02985d41
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libdecaf/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/libdecaf/Makefile b/libdecaf/Makefile
index a3abcef98a..52ca2042c5 100644
--- a/libdecaf/Makefile
+++ b/libdecaf/Makefile
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= fox%NetBSD.org@localhost
HOMEPAGE= http://ed448goldilocks.sourceforge.net/
-COMMENT= Implementation of elliptic curve cryptography
+COMMENT= Implementation of Ed448-Goldilocks elliptic curve for cryptography
LICENSE= mit
USE_CMAKE= yes
@@ -22,7 +22,7 @@ CFLAGS.NetBSD+= -D_NETBSD_SOURCE
PYTHON_FOR_BUILD_ONLY= tool
# XXX: Avoid to pick up possibe installed libdecaf.so
-TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/src
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/src
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index