about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/ppm/ppmtompeg/Makefile2
-rw-r--r--doc/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/converter/ppm/ppmtompeg/Makefile b/converter/ppm/ppmtompeg/Makefile
index 49317287..a1004fdd 100644
--- a/converter/ppm/ppmtompeg/Makefile
+++ b/converter/ppm/ppmtompeg/Makefile
@@ -56,7 +56,7 @@ ifeq ($(OMIT_NETWORK),y)
 else
   MP_OTHER_OBJS += parallel.o psocket.o
 endif
-ifeq ($(MSVCRT),y)
+ifeq ($(MSVCRT),Y)
   MP_OTHER_OBJS += gethostname_win32.o
 else
   MP_OTHER_OBJS += gethostname.o
diff --git a/doc/HISTORY b/doc/HISTORY
index 2d98d6e3..fe27396a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -43,6 +43,9 @@ not yet  BJH  Release 10.66.00
               test: Add -portrait to invocations of pstopnm in order to get
               proper round trips.
 
+              Windows build: fix Ppmtompeg build failure in non-Cygwin build
+              due to missing sys/utsname.h.
+
 13.12.26 BJH  Release 10.65.00
 
               pamfunc: add -changemaxval.