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/media-sound/mp3asm/files/mp3asm-0.1.3-log.patch

9 lines
267 B

Lazy fix to prevent log() overlap that leads to failure with clang.
https://bugs.gentoo.org/731028
--- a/src/mp3asm.h
+++ b/src/mp3asm.h
@@ -48,2 +48,3 @@
extern char *me; /* name of the executable */
+#define log logfile
extern logfile_t log; /* file to log to */