diff options
Diffstat (limited to 'multimedia/vlc/patches/patch-configure')
-rw-r--r-- | multimedia/vlc/patches/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/multimedia/vlc/patches/patch-configure b/multimedia/vlc/patches/patch-configure index 6f0201ece05..5e46f498f02 100644 --- a/multimedia/vlc/patches/patch-configure +++ b/multimedia/vlc/patches/patch-configure @@ -1,17 +1,8 @@ -$NetBSD: patch-configure,v 1.2 2008/10/13 18:42:12 ahoka Exp $ +$NetBSD: patch-configure,v 1.3 2009/07/07 16:17:47 tnn Exp $ ---- configure.ac.orig 2008-10-06 20:14:27.000000000 +0200 +--- configure.ac.orig 2009-06-20 16:08:32.000000000 +0200 +++ configure.ac -@@ -1592,7 +1592,7 @@ dnl Allow runing as root (usefull for pe - dnl - AC_ARG_ENABLE(run-as-root, - [ --enable-run-as-root allow runing VLC as root (default disabled)]) --AS_IF([test "${enable_run_as_root}" == "yes"],[ -+AS_IF([test "${enable_run_as_root}" = "yes"],[ - AC_DEFINE(ALLOW_RUN_AS_ROOT, 1, - [Define to 1 to allow runing VLC as root (uid 0).]) - ]) -@@ -2424,7 +2424,7 @@ then +@@ -2490,7 +2490,7 @@ then fi CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l2}" |