mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 05:20:47 -04:00
15 lines
474 B
Plaintext
15 lines
474 B
Plaintext
$NetBSD: patch-garcon_Makefile.in,v 1.1 2015/04/21 08:56:44 jperkin Exp $
|
|
|
|
Adjust config path.
|
|
--- garcon/Makefile.in.orig 2015-02-28 15:11:27.000000000 +0000
|
|
+++ garcon/Makefile.in
|
|
@@ -436,7 +436,7 @@ AM_CPPFLAGS = \
|
|
-DGARCON_COMPILATION \
|
|
-DGARCON_VERSION_API=\"$(GARCON_VERSION_API)\" \
|
|
-DG_LOG_DOMAIN=\"garcon\" \
|
|
- -DSYSCONFIGDIR=\"$(sysconfdir)/xdg\" \
|
|
+ -DSYSCONFIGDIR=\"$(datadir)/examples/xfce4\" \
|
|
$(PLATFORM_CFLAGS)
|
|
|
|
lib_LTLIBRARIES = \
|