diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch index 71f5578bfc58..c1162fb73610 100644 --- a/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch +++ b/x11-wm/spectrwm/files/spectrwm-3.1.0-Makefile.patch @@ -1,5 +1,5 @@ ---- a/Makefile 2017-10-03 20:36:39.000000000 +0200 -+++ b/Makefile 2017-11-13 20:53:33.341995465 +0100 +--- a/Makefile ++++ b/Makefile @@ -9,16 +9,16 @@ LIBVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major.$$minor) LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major) |