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 @@ | |||
| 42 | # Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 42 | # Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de> |
| 43 | # Copyright © 2021 Greg Hogan <code@greghogan.com> | 43 | # Copyright © 2021 Greg Hogan <code@greghogan.com> |
| 44 | # Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com> | 44 | # Copyright © 2021-2024 Philip McGrath <philip@philipmcgrath.com> |
| 45 | # Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> | 45 | # Copyright © 2021, 2026 Arun Isaac <arunisaac@systemreboot.net> |
| 46 | # Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> | 46 | # Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 47 | # Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz> | 47 | # Copyright © 2021 Dmitry Polyakov <polyakov@liltechdude.xyz> |
| 48 | # Copyright © 2021 Andrew Tropin <andrew@trop.in> | 48 | # Copyright © 2021 Andrew Tropin <andrew@trop.in> |
| @@ -1721,6 +1721,7 @@ dist_patch_DATA = \ | |||
| 1721 | %D%/packages/patches/linphone-desktop-cmake-belcard.patch \ | 1721 | %D%/packages/patches/linphone-desktop-cmake-belcard.patch \ |
| 1722 | %D%/packages/patches/linphone-desktop-cmake-find-modules.patch \ | 1722 | %D%/packages/patches/linphone-desktop-cmake-find-modules.patch \ |
| 1723 | %D%/packages/patches/localed-xorg-keyboard.patch \ | 1723 | %D%/packages/patches/localed-xorg-keyboard.patch \ |
| 1724 | %D%/packages/patches/lufa-fix-incompatible-cast.patch \ | ||
| 1724 | %D%/packages/patches/kaldi-ignore-failing-test.patch \ | 1725 | %D%/packages/patches/kaldi-ignore-failing-test.patch \ |
| 1725 | %D%/packages/patches/kaldi-openblas-0.3.29-compatibility.patch \ | 1726 | %D%/packages/patches/kaldi-openblas-0.3.29-compatibility.patch \ |
| 1726 | %D%/packages/patches/kcontacts-incorrect-country-name.patch \ | 1727 | %D%/packages/patches/kcontacts-incorrect-country-name.patch \ |
