summaryrefslogtreecommitdiff
path: root/media-sound/mp3asm/files/mp3asm-0.1.3-log.patch
blob: 2fe3c032ce79ddd8faa288c11f97d67fa4892522 (plain)
1
2
3
4
5
6
7
8
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 */