aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/dact/files/patch-Makefile.in')
-rw-r--r--archivers/dact/files/patch-Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dact/files/patch-Makefile.in b/archivers/dact/files/patch-Makefile.in
index 8ff5925b635b..34b4e903adbd 100644
--- a/archivers/dact/files/patch-Makefile.in
+++ b/archivers/dact/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2006-03-25 16:15:04.000000000 +0300
-+++ Makefile.in 2015-02-25 22:26:51.000000000 +0300
-@@ -24,8 +24,8 @@
+--- Makefile.in.orig 2006-03-25 13:15:04 UTC
++++ Makefile.in
+@@ -24,8 +24,8 @@ INSTALL = @INSTALL@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -11,7 +11,7 @@
sysconfdir = @sysconfdir@
mandir = @mandir@
datadir = @datadir@
-@@ -41,13 +41,14 @@
+@@ -41,13 +41,14 @@ OBJS += dact_common.o comp_fail.o comp_p
# be kept in sync with OBJS
SHLIBOBJS += dact_common_shr.o comp_fail_shr.o comp_plain_shr.o buffer_shr.o header_shr.o sort_shr.o module_shr.o parse_shr.o dendian_shr.o crc_shr.o net_shr.o ui_shr.o sfx_shr.o libdact_shr.o @SHLIBOBJS@
ALGO = comp_snibble.c comp_delta.c comp_text.c comp_rle.c cipher_chaos.c cipher_sub.c cipher_psub.c @ALGO@