Conan_Kudo / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

Blame patches/emacs-26.1.local.patch

Lucio Andrés Illanes Albornoz 254e22
--- emacs-26.1/configure.orig	2018-05-25 15:30:58.000000000 +0000
Lucio Andrés Illanes Albornoz 254e22
+++ emacs-26.1/configure	2018-11-27 10:43:34.716000000 +0000
Lucio Andrés Illanes Albornoz 254e22
@@ -4766,6 +4766,11 @@
Lucio Andrés Illanes Albornoz 254e22
     opsys=gnu-linux
Lucio Andrés Illanes Albornoz 254e22
   ;;
Lucio Andrés Illanes Albornoz 254e22
 
Lucio Andrés Illanes Albornoz 254e22
+  ## Midipix ports
Lucio Andrés Illanes Albornoz 254e22
+  *-*-midipix* )
Lucio Andrés Illanes Albornoz 254e22
+    opsys=midipix
Lucio Andrés Illanes Albornoz 254e22
+  ;;
Lucio Andrés Illanes Albornoz 254e22
+
Lucio Andrés Illanes Albornoz 254e22
   ## FreeBSD ports
Lucio Andrés Illanes Albornoz 254e22
   *-*-freebsd* )
Lucio Andrés Illanes Albornoz 254e22
     opsys=freebsd
Lucio Andrés Illanes Albornoz 254e22
--- emacs-26.1/lib-src/Makefile.in.orig	2018-04-23 14:17:42.000000000 +0000
Lucio Andrés Illanes Albornoz 254e22
+++ emacs-26.1/lib-src/Makefile.in	2018-11-27 10:49:07.900000000 +0000
Lucio Andrés Illanes Albornoz 254e22
@@ -389,7 +389,7 @@
Lucio Andrés Illanes Albornoz 254e22
 	  $(NTLIB) $(LOADLIBES) $(LIB_CLOCK_GETTIME) -o $@
Lucio Andrés Illanes Albornoz 254e22
 
Lucio Andrés Illanes Albornoz 254e22
 make-docfile${EXEEXT}: ${srcdir}/make-docfile.c $(NTLIB) $(config_h)
Lucio Andrés Illanes Albornoz 254e22
-	$(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@
Lucio Andrés Illanes Albornoz 254e22
+	$(AM_V_CCLD)$(BUILDCC) ${ALL_CFLAGS} $< $(NTLIB) $(LOADLIBES) -o $@
Lucio Andrés Illanes Albornoz 254e22
 
Lucio Andrés Illanes Albornoz 254e22
 movemail${EXEEXT}: ${srcdir}/movemail.c pop.o $(NTLIB) $(config_h)
Lucio Andrés Illanes Albornoz 254e22
 	$(AM_V_CCLD)$(CC) ${ALL_CFLAGS} ${MOVE_FLAGS} $< pop.o \