mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- 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)
9 lines
202 B
Text
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')
|