You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/arj/files/arj-3.10.22-glibc2.10.patch

13 lines
515 B

diff -ruN arj-3.10.22.orig/fardata.c arj-3.10.22/fardata.c
--- arj-3.10.22.orig/fardata.c 2004-04-17 04:39:42.000000000 -0700
+++ arj-3.10.22/fardata.c 2009-05-27 19:21:42.000000000 -0700
@@ -13,7 +13,7 @@
/* ASR fix 02/05/2003: need that regardless of COLOR_OUTPUT to support -jp
correctly */
#if SFX_LEVEL>=ARJ
- #define CUSTOM_PRINTF
+/* #define CUSTOM_PRINTF */
#define CHUNK_SIZE 512 /* Size of the output block */
#define CHUNK_THRESHOLD (CHUNK_SIZE-256) /* Safety bound */
#endif