summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-08 09:54:40 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-08 09:56:59 +0200
commit76cc11a0edc81bd620d64b3cffe3125b6795f057 (patch)
treefab1e30dc6ebfc165f7c0e7ce42aee37f3ec2899 /gnu/packages/patches
parentbe54cbe6900806fbd369caeb5a82819c78a248c6 (diff)
downloadguix-patches-76cc11a0edc81bd620d64b3cffe3125b6795f057.tar
guix-patches-76cc11a0edc81bd620d64b3cffe3125b6795f057.tar.gz
gnu: higan: Update to 110.
* gnu/packages/emulators.scm (higan): Update to 110. [source]: Switch to new repository. [inputs]: Add libxrandr, replace sdl with sdl2. [home-page]: Use new URL. [license]: Switch license. * gnu/packages/patches/higan-remove-march-native-flag.patch: Delete file. * gnu/local.mk: Reflect patch removal.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/higan-remove-march-native-flag.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/patches/higan-remove-march-native-flag.patch b/gnu/packages/patches/higan-remove-march-native-flag.patch
deleted file mode 100644
index 30d4cdd061..0000000000
--- a/gnu/packages/patches/higan-remove-march-native-flag.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Remove -march=native from build flags.
-
---- a/higan/GNUmakefile
-+++ b/higan/GNUmakefile
-@@ -26,7 +26,6 @@
- flags += -fopenmp
- link += -fopenmp
- ifeq ($(binary),application)
-- flags += -march=native
- link += -Wl,-export-dynamic
- link += -lX11 -lXext
- else ifeq ($(binary),library)