pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/7-zip
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 30 07:55:48 UTC 2023
Modified Files:
pkgsrc/archivers/7-zip: Makefile
Log Message:
7-zip: Honour CFLAGS and disable use of -Werror in the process.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/7-zip/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/7-zip/Makefile
diff -u pkgsrc/archivers/7-zip/Makefile:1.1 pkgsrc/archivers/7-zip/Makefile:1.2
--- pkgsrc/archivers/7-zip/Makefile:1.1 Fri Jul 21 22:42:04 2023
+++ pkgsrc/archivers/7-zip/Makefile Sun Jul 30 07:55:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/21 22:42:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/30 07:55:48 nia Exp $
DISTNAME= 7z2301-src
PKGNAME= 7-zip-23.01
@@ -19,6 +19,9 @@ USE_TOOLS+= gmake
BUILD_DIRS+= CPP/7zip/Bundles/Alone2
MAKE_FILE= makefile.gcc
+# Disable -Werror.
+MAKE_FLAGS+= CFLAGS_WARN_WALL=${CFLAGS:Q}
+
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
Home |
Main Index |
Thread Index |
Old Index