diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-21 15:03:43 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-21 15:03:43 +0000 |
commit | 2380a3cfc59187ebd4191bdd9b21291570c66180 (patch) | |
tree | 79244d9fb03cd36296a1f10c4686303eb673dbdf /comms/lirc/files/patch-daemons__Makefile.in | |
parent | Add textproc/bibclean (diff) |
Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
Diffstat (limited to 'comms/lirc/files/patch-daemons__Makefile.in')
-rw-r--r-- | comms/lirc/files/patch-daemons__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/lirc/files/patch-daemons__Makefile.in b/comms/lirc/files/patch-daemons__Makefile.in deleted file mode 100644 index b44f5bb128b4..000000000000 --- a/comms/lirc/files/patch-daemons__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- daemons/Makefile.in.orig -+++ daemons/Makefile.in -@@ -1108,8 +1108,6 @@ uninstall-am: uninstall-binPROGRAMS unin - @SANDBOXED_FALSE@@USE_FIFOS_FALSE@uninstall-local: rmdev - - install-data-local: -- test "$(lircd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lirc && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircd_conf) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircd.conf) -- test "$(lircmd_conf)" = "" || test -e $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircmd.conf || ($(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lirc && $(INSTALL_DATA) $(top_srcdir)/remotes/$(lircmd_conf) $(DESTDIR)$(sysconfdir)/$(PACKAGE)/lircmd.conf) - - mkdev: - test -e $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd || ($(mkinstalldirs) $(DESTDIR)$(varrundir)/lirc && @mknod@ $(DESTDIR)$(varrundir)/$(PACKAGE)/lircd p) |