pkgsrc/wm/spectrwm/patches/patch-netbsd_util.h
jaapb d938234483 Updated wm/spectrwm to version 3.2.0.
Changed distribution (upstream is now on github).
Patches to the build system have been submitted upstream.

As for features since the last version, there have been many changes
that can all be found in CHANGELOG.md in the distribution. The program
continues to work as before, just better.
2018-12-20 12:33:23 +00:00

11 lines
288 B
C

$NetBSD: patch-netbsd_util.h,v 1.1 2018/12/20 12:33:24 jaapb Exp $
Changes from the freebsd Makefile to NetBSD
--- netbsd/util.h.orig 2018-12-20 10:44:24.500489587 +0000
+++ netbsd/util.h
@@ -1,5 +1,3 @@
-#include <libutil.h>
-
#ifndef TAILQ_END
#define TAILQ_END(head) NULL
#endif