pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libtomcrypt
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 26 16:02:08 UTC 2024
Modified Files:
pkgsrc/security/libtomcrypt: Makefile
Log Message:
libtomcrypt: fix pkg-config file to include rpath
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/libtomcrypt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libtomcrypt/Makefile
diff -u pkgsrc/security/libtomcrypt/Makefile:1.9 pkgsrc/security/libtomcrypt/Makefile:1.10
--- pkgsrc/security/libtomcrypt/Makefile:1.9 Tue Jul 18 18:45:37 2023
+++ pkgsrc/security/libtomcrypt/Makefile Fri Jul 26 16:02:08 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2023/07/18 18:45:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.10 2024/07/26 16:02:08 wiz Exp $
DISTNAME= crypt-1.18.2
PKGNAME= libtom${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=libtom/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -23,5 +24,7 @@ MAKE_FLAGS+= EXTRALIBS="-ltommath"
CPPFLAGS+= -DUSE_LTM -DLTM_DESC
+PKGCONFIG_OVERRIDE+= libtomcrypt.pc.in
+
.include "../../math/ltm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index