From 1024962408983db001153262b5235efe5be3ea71 Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Thu, 18 May 2017 02:10:59 -0400
Subject: [PATCH] Makefile fix makefile.ubuntu64 chunk

Goal: Axiom Literate Programming
---
 Makefile.pamphlet              |    4 ++--
 changelog                      |    2 ++
 patch                          |    2 +-
 src/axiom-website/patches.html |    2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index 6eeb889..67a6420 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -1349,8 +1349,8 @@ INC:=${SPD}/src/include
 PLF:=LINUXplatform
 CCF:="-O2 -fno-strength-reduce -D_GNU_SOURCE -D${PLF} -I/usr/X11/include -std=gnu89 -w"
 CC:=gcc
-XLIB:=/usr/lib
-LDF:=" -L/usr/X11R6/lib -L/usr/lib ${XLIB}/libXpm.a -lXpm"
+XLIB:=/usr/X11R6/lib
+LDF:=" -L/usr/X11R6/lib -L/usr/lib -lXpm"
 O:=o
 
 \getchunk{GCLOPTS-CUSTRELOC}
diff --git a/changelog b/changelog
index 5042bb5..651edb1 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20170518 tpd src/axiom-website/patches.html 20170518.01.tpd.patch
+20170518 tpd Makefile fix makefile.ubuntu64 chunk
 20170517 tpd src/axiom-website/patches.html 20170517.02.tpd.patch
 20170517 tpd Makefile update VERSION variable
 20170517 tpd src/axiom-website/patches.html 20170517.01.tpd.patch
diff --git a/patch b/patch
index 442ce49..6280832 100644
--- a/patch
+++ b/patch
@@ -1,4 +1,4 @@
-Makefile update VERSION variable
+Makefile fix makefile.ubuntu64 chunk
 
 Goal: Axiom Literate Programming
 
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index a69268e..1bf5093 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -5728,6 +5728,8 @@ bookvolbib Davenport CAD documentation<br/>
 bookvol10.4 document Sylvester matrix in BezoutMatrix help file<br/>
 <a href="patches/20170517.02.tpd.patch">20170517.02.tpd.patch</a>
 Makefile update VERSION variable<br/>
+<a href="patches/20170518.01.tpd.patch">20170518.01.tpd.patch</a>
+Makefile fix makefile.ubuntu64 chunk<br/>
  </body>
 </html>
 
-- 
1.7.5.4

