openbsd-ports/x11/spectrwm/patches/patch-Makefile
gonzalo 4c1f4c4821 Update for Spectrwm to 1.1.1 with some changes:
* Fix status bar flicker by double-buffering the output.
* Add horizontal_flip and vertical_flip layout options.
* Kill references before focusing on a new window.
* Add new options to change focus behavior on window open and close.
* Increase workspace hard limit to 22.
* Tons of wart removals
* Add backwards compatibility for the spawn_term binding
* Add clarification to man page that default workspace_limit is 10.

Tested on amd64.

"no objection.." sthen@
2012-07-09 21:35:46 +00:00

15 lines
385 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2012/07/09 21:35:46 gonzalo Exp $
--- Makefile.orig Tue Jul 3 16:29:31 2012
+++ Makefile Wed Jul 4 17:47:02 2012
@@ -26,8 +26,8 @@ MANDIR= ${PREFIX}/man/man
obj: _xenocara_obj
-beforeinstall:
- ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
+#beforeinstall:
+# ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
# clang targets
.if ${.TARGETS:M*analyze*}