diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-24 17:24:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-24 17:24:18 +0000 |
commit | 88468a844edfb211c23000456e25692b51cc5f94 (patch) | |
tree | d40065ba1ce2fb0979f996afa717938c9f9d2b2c /multimedia/vlc2/patches/patch-ap | |
parent | 36269b877dd4f24b3c73f4d8c2787cf3c610612b (diff) | |
download | pkgsrc-88468a844edfb211c23000456e25692b51cc5f94.tar.gz |
Remove -static that broke build on 6.99.3/amd64, from drochner.
Merge two patches for the same file.
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) - { |