diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-20 16:12:09 +0000 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2026-03-20 00:39:35 +0000 |
| commit | db97989cb7a315a86ec894333241982f826a1eec (patch) | |
| tree | aa83d3943a6e08ece89ae4d9208330b5418610e8 /gnu/local.mk | |
| parent | 27d648a39f1cc14c44b1a6d1fa74c2a93a117a56 (diff) | |
gnu: lufa: Patch incompatible cast compilation error.
* gnu/packages/patches/lufa-fix-incompatible-cast.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/avr-xyz.scm (lufa)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b66ab6b2639..25ac77b706b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -42,7 +42,7 @@ # Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> # Copyright © 2021 Greg Hogan <code@greghogan.com> # Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com> -# Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> +# Copyright © 2021, 2026 Arun Isaac <arunisaac@systemreboot.net> # Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> # Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz> # Copyright © 2021 Andrew Tropin <andrew@trop.in> @@ -1721,6 +1721,7 @@ dist_patch_DATA = \ %D%/packages/patches/linphone-desktop-cmake-belcard.patch \ %D%/packages/patches/linphone-desktop-cmake-find-modules.patch \ %D%/packages/patches/localed-xorg-keyboard.patch \ + %D%/packages/patches/lufa-fix-incompatible-cast.patch \ %D%/packages/patches/kaldi-ignore-failing-test.patch \ %D%/packages/patches/kaldi-openblas-0.3.29-compatibility.patch \ %D%/packages/patches/kcontacts-incorrect-country-name.patch \ |
