about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/HISTORY4
-rw-r--r--other/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 3a20ccf6..d5e461fc 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -22,6 +22,10 @@ not yet  BJH  Release 10.68.00
               Build: fix bug which prevents JBIG converters from building with
               internal JBIG library.  Introduced in 10.67.00.
 
+              Build: fix bug which makes build of Ppmsvga fail (which is
+              attempted only on a system with libvga).  Introduced in Netpbm
+              10.63 (June 2013)
+
 14.06.29 BJH  Release 10.67.00
 
               sgitopnm: add ability to convert 2-channel SGI image.
diff --git a/other/Makefile b/other/Makefile
index 33c52a00..5acd7578 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -50,7 +50,7 @@ all: $(BINARIES) $(SUBDIRS:%=%/all)
 
 include $(SRCDIR)/common.mk
 
-ppmsvgalib: LDFLAGS_TARGET = $(LINUXSVGALIB)
+ppmsvgalib: LDFLAGS_TARGET = $(shell $(LIBOPT) $(LINUXSVGALIB))
 
 install.bin: install.bin.local
 .PHONY: install.bin.local