diff options
Diffstat (limited to 'multimedia/gmencoder/patches/patch-ab')
-rw-r--r-- | multimedia/gmencoder/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/gmencoder/patches/patch-ab b/multimedia/gmencoder/patches/patch-ab new file mode 100644 index 00000000000..3d13fd34af8 --- /dev/null +++ b/multimedia/gmencoder/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/01/26 12:12:06 jmmv Exp $ + +--- src/main.c.orig 2003-06-12 17:32:13.000000000 +0200 ++++ src/main.c +@@ -359,7 +359,7 @@ Configura () + + if (!strlen (fichero_opts)) + { +- sprintf (fichero_opts, "/etc/gmencoder_opts", home); ++ sprintf (fichero_opts, PKG_SYSCONFDIR "/gmencoder_opts", home); + if (-1 != (fd = open (fichero_opts, O_RDONLY))) + { + close (fd); |