summaryrefslogtreecommitdiffhomepage
path: root/patches/emacs-26.1.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-27 10:56:37 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-11-27 10:56:37 +0000
commit254e2226f9a4b19787dfcb07e3ba758cbfa2cd72 (patch)
tree555edb82edb348f6275b88396f939f1932f4a162 /patches/emacs-26.1.local.patch
parent6c0683c88580e7322edbe0a0fbf813f310fc0be7 (diff)
downloadmidipix_build-254e2226f9a4b19787dfcb07e3ba758cbfa2cd72.tar.bz2
midipix_build-254e2226f9a4b19787dfcb07e3ba758cbfa2cd72.tar.xz
vars/build.vars:native_packages_etc: adds emacs v26.1 (disabled pending fix.)
patches/emacs-26.1.local.patch: added.
Diffstat (limited to 'patches/emacs-26.1.local.patch')
-rw-r--r--patches/emacs-26.1.local.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/patches/emacs-26.1.local.patch b/patches/emacs-26.1.local.patch
new file mode 100644
index 00000000..27eac34d
--- /dev/null
+++ b/patches/emacs-26.1.local.patch
@@ -0,0 +1,25 @@
+--- emacs-26.1/configure.orig 2018-05-25 15:30:58.000000000 +0000
++++ emacs-26.1/configure 2018-11-27 10:43:34.716000000 +0000
+@@ -4766,6 +4766,11 @@
+ opsys=gnu-linux
+ ;;
+
++ ## Midipix ports
++ *-*-midipix* )
++ opsys=midipix
++ ;;
++
+ ## FreeBSD ports
+ *-*-freebsd* )
+ opsys=freebsd
+--- emacs-26.1/lib-src/Makefile.in.orig 2018-04-23 14:17:42.000000000 +0000
++++ emacs-26.1/lib-src/Makefile.in 2018-11-27 10:49:07.900000000 +0000
+@@ -389,7 +389,7 @@
+ $(NTLIB) $(LOADLIBES) $(LIB_CLOCK_GETTIME) -o $@
+
+ make-docfile${EXEEXT}: ${srcdir}/make-docfile.c $(NTLIB) $(config_h)
+- $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@
++ $(AM_V_CCLD)$(BUILDCC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@
+
+ movemail${EXEEXT}: ${srcdir}/movemail.c pop.o $(NTLIB) $(config_h)
+ $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} ${MOVE_FLAGS} $< pop.o \