$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);