mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
384 B
C
14 lines
384 B
C
$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. */
|
|
|