571d97041a
changes: -bugfixes pkgsrc note: I've disabled console output redirection into a log window because it doesn't work on NetBSD. Is something like "stdout = fdopen(blah)" legal?
13 lines
432 B
Text
13 lines
432 B
Text
$NetBSD: patch-aq,v 1.3 2009/04/17 16:51:07 drochner Exp $
|
|
|
|
--- misc/Makefile.in.orig 2009-04-01 17:36:49.000000000 +0200
|
|
+++ misc/Makefile.in
|
|
@@ -256,7 +256,7 @@ psdir = @psdir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
-sysconfdir = $(GXINE_CONFPATH)
|
|
+sysconfdir = $(prefix)/share/examples/gxine
|
|
target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|