pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libgit2
Module Name: pkgsrc
Committed By: tnn
Date: Tue May 23 07:08:16 UTC 2023
Modified Files:
pkgsrc/devel/libgit2: Makefile
Log Message:
libgit2: manually drop -Werror with BUILDLINK_TRANSFORM
There is an ENABLE_WERROR cmake arg which is default OFF so I guess
the package logic for this is broken.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/libgit2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libgit2/Makefile
diff -u pkgsrc/devel/libgit2/Makefile:1.66 pkgsrc/devel/libgit2/Makefile:1.67
--- pkgsrc/devel/libgit2/Makefile:1.66 Wed Apr 26 10:42:27 2023
+++ pkgsrc/devel/libgit2/Makefile Tue May 23 07:08:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2023/04/26 10:42:27 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2023/05/23 07:08:15 tnn Exp $
DISTNAME= libgit2-1.6.4
CATEGORIES= devel
@@ -18,6 +18,8 @@ CMAKE_ARGS+= -DREGEX_BACKEND="pcre2"
PKGCONFIG_OVERRIDE+= ${CMAKE_BUILD_DIR}/libgit2.pc
PKGCONFIG_OVERRIDE_STAGE= pre-install
+BUILDLINK_TRANSFORM+= rm:-Werror
+
do-test:
cd ${WRKSRC}/${CMAKE_BUILD_DIR} && ctest
Home |
Main Index |
Thread Index |
Old Index