diff options
Diffstat (limited to 'multimedia/vlc2/patches/patch-ap')
-rw-r--r-- | multimedia/vlc2/patches/patch-ap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/vlc2/patches/patch-ap b/multimedia/vlc2/patches/patch-ap deleted file mode 100644 index 31dcd05123b..00000000000 --- a/multimedia/vlc2/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.1.1.1 2012/02/21 12:49:43 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) - { |