summaryrefslogtreecommitdiff
path: root/multimedia/vlc/patches/patch-at
blob: 4839d439c245db839daaa82e896270653f440ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-at,v 1.2 2013/06/15 22:57:58 wiz Exp $

--- bin/override.c.orig	2013-06-15 22:57:03.000000000 +0000
+++ bin/override.c
@@ -27,7 +27,7 @@
 
 void vlc_enable_override (void);
 
-#if defined (__GNUC__) /* typeof and statement-expression */ \
+#if 0 && defined (__GNUC__) /* typeof and statement-expression */ \
  && (defined (__ELF__) && !defined (__sun__))
 /* Solaris crashes on printf("%s", NULL); which is legal, but annoying. */
 
@@ -120,7 +120,7 @@ static void *getsym (const char *name)
  *
  * Some evil libraries modify the environment. We currently ignore the calls as
  * they could crash the process. This may cause funny behaviour though. */
-int putenv (char *str)
+int putenv (const char *str)
 {
     if (override)
     {