head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2012.02.24.17.24.18; author wiz; state dead; branches; next 1.1; 1.1 date 2012.02.21.12.49.43; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2012.02.21.12.49.43; author drochner; state Exp; branches; next ; desc @@ 1.2 log @Remove -static that broke build on 6.99.3/amd64, from drochner. Merge two patches for the same file. @ text @$NetBSD: patch-ap,v 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) { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.1 2011/01/24 18:54:04 drochner Exp $ @ 1.1.1.1 log @add vlc-2.0.0. This may need some polishing and fixes; while it works well mostly it is not ready to replace vlc-1.1 yet. @ text @@