diff options
Diffstat (limited to 'multimedia/vlc/patches/patch-ap')
-rw-r--r-- | multimedia/vlc/patches/patch-ap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/vlc/patches/patch-ap b/multimedia/vlc/patches/patch-ap deleted file mode 100644 index d4ef19d3ff5..00000000000 --- a/multimedia/vlc/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.1 2011/01/24 18:54:04 drochner Exp $ - ---- bin/override.c.orig 2010-08-09 05:29:21.000000000 +0900 -+++ bin/override.c 2011-01-05 00:30:10.000000000 +0900 -@@ -120,7 +120,7 @@ - * - * 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) - { |