ports/security/gpgme/patches/patch-lang_qt_Makefile_in

16 lines
458 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
don't allow doxygen to run even if installed, something with the files
(at least as of 1.17.1) is causing it to eat huge amounts of memory
Index: lang/qt/Makefile.in
--- lang/qt/Makefile.in.orig
+++ lang/qt/Makefile.in
@@ -418,7 +418,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@RUN_GPG_TESTS_FALSE@tests =
@RUN_GPG_TESTS_TRUE@tests = tests
-SUBDIRS = src ${tests} doc
+SUBDIRS = src ${tests}
EXTRA_DIST = README
all: all-recursive