Description: make gcc-5 explicit on i386
 See Debian changelog
 .
 gprolog (1.4.5-3) unstable; urgency=medium
 .
   * clean up alternatives and links after remove (postinst), to keep
     piuparts happy.
   * build from source on amd64 should now work; reported by Didier Raboud
     (closes: #643143).
   * only use explicit gcc-5 as compiler on i386, other architectures fall
     back to gcc.
Author: Salvador Abreu <spa@debian.org>
Bug-Debian: https://bugs.debian.org/643143

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2016-12-09

--- gprolog-1.4.5.orig/src/Makefile.in
+++ gprolog-1.4.5/src/Makefile.in
@@ -36,9 +36,9 @@ RANLIB         = @RANLIB@
 LE_DIRS        = Linedit
 W32GC_DIRS     = W32GUICons
 FD_DIRS        = Fd2C EngineFD BipsFD
-SUB_DIRS       = EnginePl TopComp Wam2Ma Ma2Asm @MAKE_LE_DIRS@ @MAKE_W32GC_DIRS@ \
+SUB_DIRS       = EnginePl TopComp Wam2Ma Ma2Asm @MAKE_LE_DIRS@ \
                  BipsPl Pl2Wam @MAKE_FD_DIRS@
-SUB_DIRS_ALL   = EnginePl TopComp Wam2Ma Ma2Asm $(LE_DIRS) $(W32GC_DIRS) \
+SUB_DIRS_ALL   = EnginePl TopComp Wam2Ma Ma2Asm $(LE_DIRS) \
                  BipsPl Pl2Wam $(FD_DIRS)
 
 
--- gprolog-1.4.5.orig/src/Win32/gp-vars-iss.txt
+++ gprolog-1.4.5/src/Win32/gp-vars-iss.txt
@@ -1,7 +1,7 @@
 #define PROLOG_DIALECT             "gprolog"
 #define PROLOG_NAME                "GNU Prolog"
 #define PROLOG_VERSION             "1.4.5"
-#define PROLOG_DATE                "Dec  8 2016"
+#define PROLOG_DATE                "Dec  9 2016"
 #define PROLOG_COPYRIGHT           "Copyright (C) 1999-2016 Daniel Diaz"
 
 #define WIN_TMP_DIR                ""
