pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Avoid conflict with C++20 <version> - intertwined with patch-CMakeLists.txt



Module Name:	pkgsrc-wip
Committed By:	davidsainty <david.sainty%gmail.com@localhost>
Pushed By:	dsainty
Date:		Thu Jan 20 13:56:35 2022 +1300
Changeset:	cf3a54c606367f4b782021a5427bbe563ba9ab13

Modified Files:
	zoneminder/Makefile

Log Message:
Avoid conflict with C++20 <version> - intertwined with patch-CMakeLists.txt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf3a54c606367f4b782021a5427bbe563ba9ab13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zoneminder/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index e74b20b4c1..f211d1811d 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -246,8 +246,10 @@ PRINT_PLIST_AWK+=	{ gsub(/^.+\/examples\/rc.d/, "$${PLIST.rcd}&"); }
 LIBS+=		-lexecinfo
 .endif
 
+# Avoid conflict with C++20 <version> - intertwined with patch-CMakeLists.txt
 post-extract:
 	${CP} ${FILESDIR}/zoneminder.conf ${WRKSRC}/zoneminder.conf
+	${MV} ${WRKSRC}/version ${WRKSRC}/version.txt
 
 # Omit patchfiles from PLIST if present.  The pre-configure step below
 # should prevent this from being necessary.


Home | Main Index | Thread Index | Old Index