$NetBSD: patch-Makefile,v 1.6 2020/05/18 10:20:13 nia Exp $

* Fix build on systems lacking strverscmp.

--- Makefile.orig	2018-01-18 20:02:20.000000000 +0000
+++ Makefile
@@ -37,7 +37,7 @@ CFLAGS=-ggdb -pedantic -Wall -DLINUX -D_
 # Uncomment for FreeBSD:
 #CFLAGS=-O2 -Wall -fomit-frame-pointer
 #LDFLAGS=-s
-#OBJS+=strverscmp.o
+OBJS+=strverscmp.o
 
 # Uncomment for OpenBSD:
 #TREE_DEST=colortree
