pkgsrc-WIP-changes archive

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

qt6: explicit use of md4c



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Wed Jan 13 10:21:10 2021 +0000
Changeset:	4e5a843f8ebc2c261f141fcb0b70d4ae6d51bdcc

Modified Files:
	qt6-qtbase/Makefile

Log Message:
qt6: explicit use of md4c

set use of system md4c in the Makefile

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

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

diffstat:
 qt6-qtbase/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index 557f0065d7..c37282c1ee 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+=	-shared
 CONFIGURE_ARGS+=	-system-doubleconversion
 CONFIGURE_ARGS+=	-system-harfbuzz
 CONFIGURE_ARGS+=	-system-libjpeg
+CONFIGURE_ARGS+=	-system-libmd4c
 CONFIGURE_ARGS+=	-system-libpng
 CONFIGURE_ARGS+=	-system-pcre
 CONFIGURE_ARGS+=	-system-sqlite


Home | Main Index | Thread Index | Old Index