diff options
Diffstat (limited to 'x11-wm/compton/files')
-rw-r--r-- | x11-wm/compton/files/patch-Makefile | 7 | ||||
-rw-r--r-- | x11-wm/compton/files/patch-src_c2.h (renamed from x11-wm/compton/files/patch-c2.h) | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-wm/compton/files/patch-Makefile b/x11-wm/compton/files/patch-Makefile index 2250caf8008a..4be2c90fe1d3 100644 --- a/x11-wm/compton/files/patch-Makefile +++ b/x11-wm/compton/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-09-20 09:16:54 UTC +--- Makefile.orig 2016-09-07 08:23:44 UTC +++ Makefile -@@ -143,29 +143,30 @@ compton: $(OBJS) +@@ -143,29 +143,31 @@ compton: $(OBJS) $(CC) $(CFG) $(CPPFLAGS) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS) man/%.1: man/%.1.asciidoc @@ -20,7 +20,8 @@ -endif +install: $(BINS) + @install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(APPDIR)" "$(DESTDIR)$(XDGDIR)" -+ install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/ ++ install -m755 $(filter-out compton,$(BINS)) "$(DESTDIR)$(BINDIR)"/ ++ $(BSD_INSTALL_PROGRAM) compton "$(DESTDIR)$(BINDIR)"/ @install -d \ "$(DESTDIR)$(ICODIR)/scalable/apps" \ "$(DESTDIR)$(ICODIR)/48x48/apps" diff --git a/x11-wm/compton/files/patch-c2.h b/x11-wm/compton/files/patch-src_c2.h index 3e5b23825698..60babf307e30 100644 --- a/x11-wm/compton/files/patch-c2.h +++ b/x11-wm/compton/files/patch-src_c2.h @@ -1,6 +1,6 @@ ---- src/c2.h.orig 2013-02-06 01:40:34.000000000 +0800 -+++ src/c2.h 2013-02-06 01:40:53.000000000 +0800 -@@ -35,10 +35,8 @@ +--- src/c2.h.orig 2016-09-07 08:23:44 UTC ++++ src/c2.h +@@ -35,10 +35,8 @@ typedef struct _c2_l c2_l_t; /// Pointer to a condition tree. typedef struct { bool isbranch : 1; |