signalbackup-tools: 20241220 -> 20250106 (#371523)
[NixPkgs.git] / pkgs / servers / x11 / xorg / dont-create-logdir-during-build.patch
blob3675292f9c9902208ace869e2636048bddb8c3ee
1 ---
2 hw/xfree86/Makefile.am | 1 -
3 hw/xfree86/Makefile.in | 1 -
4 2 files changed, 2 deletions(-)
6 diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
7 index 9aeaea1..dcca3b8 100644
8 --- a/hw/xfree86/Makefile.am
9 +++ b/hw/xfree86/Makefile.am
10 @@ -100,7 +100,6 @@ EXTRA_DIST = xorgconf.cpp
12 # Without logdir, X will post an error on the terminal and will not start
13 install-data-local:
14 - $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir)
15 if CYGWIN
16 $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a
17 endif
18 diff --git a/hw/xfree86/Makefile.in b/hw/xfree86/Makefile.in
19 index c4fceee..74da8f1 100644
20 --- a/hw/xfree86/Makefile.in
21 +++ b/hw/xfree86/Makefile.in
22 @@ -1161,7 +1161,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-local \
24 # Without logdir, X will post an error on the terminal and will not start
25 install-data-local:
26 - $(AM_V_GEN)$(MKDIR_P) $(DESTDIR)$(logdir)
27 @CYGWIN_TRUE@ $(INSTALL_DATA) libXorg.exe.a $(DESTDIR)$(libdir)/libXorg.exe.a
29 install-exec-hook:
30 --
31 2.25.4