ports/net-im/fractal/files/patch-meson.build
Tobias Kortkamp 148d1e916d net-im/fractal: Update to 4.0.0
- The vendored libc crate was updated to 0.2.45 from 0.2.43, so the
  cargo-checksum.json hunk of patch-non-x86 no longer applied.
  Remove it and disable vendor checksums while here.  The patch is
  still needed on arm* and powerpc64.  Drop no longer needed
  WITHOUT_FBSD10_FIX workaround too.

PR:		236808
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2019-04-04 05:03:28 +00:00

9 lines
202 B
Text

--- meson.build.orig 2019-02-03 12:56:37 UTC
+++ meson.build
@@ -4,7 +4,6 @@ project(
license: 'GPLv3',
)
-dependency('openssl', version: '>= 1.0')
dependency('dbus-1')
dependency('libsecret-1')