Files
pkgsrc-ng/audio/nas/patches/patch-ae
2013-09-26 17:14:40 +02:00

15 lines
386 B
Plaintext

$NetBSD: patch-ae,v 1.4 2013/01/05 12:57:22 mef Exp $
Honor ${PKG_SYSCONFDIR}, see SUBST in Makefile.
--- config/NetAudio.def.orig Sun Feb 24 17:39:08 2002
+++ config/NetAudio.def
@@ -8,6 +8,6 @@
XCOMM Directory where NAS will look for it's config file(s)
#ifndef NasConfigSearchPath
-#define NasConfigSearchPath /etc/nas/
+#define NasConfigSearchPath @PKG_SYSCONFDIR@/
#endif