aboutsummaryrefslogtreecommitdiff
path: root/audio/myxer
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-08-19 12:52:09 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-08-19 12:54:38 +0000
commit26637cc5a95a83cc4db9d1fbbd3957633a6a1f79 (patch)
tree775049f8efc4717e0dbb0b7e028b75819720ec74 /audio/myxer
parent40deb09f221b8e6714259247b4134806db9ef149 (diff)
downloadports-26637cc5a95a83cc4db9d1fbbd3957633a6a1f79.tar.gz
ports-26637cc5a95a83cc4db9d1fbbd3957633a6a1f79.zip
audio/myxer: Fix build with rust 1.54.0
Diffstat (limited to 'audio/myxer')
-rw-r--r--audio/myxer/files/patch-Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/myxer/files/patch-Cargo.toml b/audio/myxer/files/patch-Cargo.toml
new file mode 100644
index 000000000000..42fd858ccc8f
--- /dev/null
+++ b/audio/myxer/files/patch-Cargo.toml
@@ -0,0 +1,9 @@
+--- Cargo.toml.orig 2021-08-19 14:48:10 UTC
++++ Cargo.toml
+@@ -36,5 +36,5 @@ version = "0.9.0"
+ features = [ "v3_22" ]
+
+ [dependencies.gio]
+-version = ""
++version = "0.9.1"
+ features = [ "v2_44" ]