15399156af
Commented patches, Buildlink'd protobuf, libinotify, startup-notification, libxslt, libSM, libICE, libXrandr, and libX11 in Makefile. Added protobuf and libX11 to buildlink3.mk.
15 lines
446 B
Text
15 lines
446 B
Text
$NetBSD: patch-aa,v 1.3 2013/06/30 20:11:47 rodent Exp $
|
|
|
|
Fix EGDIR path.
|
|
|
|
--- config/Makefile.in.orig 2009-11-26 11:26:00.000000000 +0000
|
|
+++ config/Makefile.in
|
|
@@ -204,7 +204,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-globalconfigdir = $(sysconfdir)/compizconfig
|
|
+globalconfigdir = ${prefix}/share/examples/compizconfig
|
|
globalconfig_DATA = \
|
|
config
|
|
|