blob: cee66665d182d010a2c6c3162961a5522db03774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bin_override.c,v 1.1 2015/10/25 11:00:18 wiz Exp $
--- bin/override.c.orig 2014-06-14 15:14:12.000000000 +0000
+++ bin/override.c
@@ -27,7 +27,7 @@
void vlc_enable_override (void);
-#if defined (__GNUC__) \
+#if 0 && defined (__GNUC__) \
&& (defined (__ELF__) && !defined (__sun__))
/* Solaris crashes on printf("%s", NULL); which is legal, but annoying. */
|