kirby c1298eedad Update to enblend-enfuse-4.2.
- enable SEPARATE_BUILD while here
 - drop some patches merged upstream.
With some tweaks and OK from sthen@ (MAINTAINER)
2016-11-24 08:16:03 +00:00

15 lines
464 B
Plaintext

$OpenBSD: patch-src_enblend_cc,v 1.5 2016/11/24 08:16:03 kirby Exp $
--- src/enblend.cc.orig Sun Nov 20 21:55:15 2016
+++ src/enblend.cc Sun Nov 20 21:55:28 2016
@@ -1827,10 +1827,6 @@ int main(int argc, char** argv)
exit(1);
}
- if (parameter::as_boolean("dump-global-variables", false)) {
- DUMP_GLOBAL_VARIABLES();
- }
-
sig.check();
for (enblend::TraceableFileNameList::iterator i = inputTraceableFileNameList.begin();