46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.8 2020/07/31 10:00:51 solene Exp $
|
|
|
|
Index: Makefile.in
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -809,10 +809,7 @@ i3include_HEADERS = \
|
|
dist_bin_SCRIPTS = \
|
|
i3-dmenu-desktop \
|
|
i3-migrate-config-to-v4 \
|
|
- i3-save-tree \
|
|
- i3-sensible-editor \
|
|
- i3-sensible-pager \
|
|
- i3-sensible-terminal
|
|
+ i3-save-tree
|
|
|
|
i3confdir = $(sysconfdir)/i3
|
|
dist_i3conf_DATA = \
|
|
@@ -968,9 +965,6 @@ docs_poddir = ${docdir}
|
|
@BUILD_MANS_TRUE@ man/i3-nagbar.1 \
|
|
@BUILD_MANS_TRUE@ man/i3-config-wizard.1 \
|
|
@BUILD_MANS_TRUE@ man/i3-migrate-config-to-v4.1 \
|
|
-@BUILD_MANS_TRUE@ man/i3-sensible-editor.1 \
|
|
-@BUILD_MANS_TRUE@ man/i3-sensible-pager.1 \
|
|
-@BUILD_MANS_TRUE@ man/i3-sensible-terminal.1 \
|
|
@BUILD_MANS_TRUE@ man/i3-dump-log.1
|
|
|
|
@BUILD_MANS_TRUE@pod_MANS = \
|
|
@@ -3298,7 +3292,7 @@ distclean-tags:
|
|
|
|
# Leading 'am--fnord' is there to ensure the list of targets does not
|
|
# expand to empty, as could happen e.g. with make check TESTS=''.
|
|
-am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
|
+am--fnord $(TEST_LOGS): $(am__force_recheck)
|
|
am--force-recheck:
|
|
@:
|
|
|
|
@@ -4039,7 +4033,7 @@ i3-config-parser.stamp: parser/$(dirstamp) generate-co
|
|
################################################################################
|
|
|
|
anyevent-i3.stamp: AnyEvent-I3/lib/AnyEvent/I3.pm
|
|
- $(AM_V_BUILD) (cd $(top_srcdir)/AnyEvent-I3 && perl Makefile.PL && make)
|
|
+ $(AM_V_BUILD) (cd $(top_srcdir)/AnyEvent-I3 && perl Makefile.PL && gmake)
|
|
$(AM_V_at) touch $@
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|