SOURCES: xorg-app-rstart-configdir.patch (NEW) - allow to override...

qboosh qboosh at pld-linux.org
Sun Oct 15 15:25:40 CEST 2006


Author: qboosh                       Date: Sun Oct 15 13:25:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow to override configdir

---- Files affected:
SOURCES:
   xorg-app-rstart-configdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xorg-app-rstart-configdir.patch
diff -u /dev/null SOURCES/xorg-app-rstart-configdir.patch:1.1
--- /dev/null	Sun Oct 15 15:25:39 2006
+++ SOURCES/xorg-app-rstart-configdir.patch	Sun Oct 15 15:25:34 2006
@@ -0,0 +1,22 @@
+--- rstart-1.0.2/Makefile.am.orig	2005-12-06 23:48:18.000000000 +0100
++++ rstart-1.0.2/Makefile.am	2006-10-15 14:54:31.687867500 +0200
+@@ -24,9 +24,10 @@
+ rstart_serverdir = $(libdir)/X11/rstart
+ rstart_server_PROGRAMS = rstartd.real
+ 
++configdir = $(libdir)/X11/rstart
+ rstartd_real_CFLAGS = $(RSTART_CFLAGS)			\
+ 		-DSERVERNAME=\"rstart\"			\
+-		-DDEFAULT_CONFIG=\"$(libdir)/X11/rstart/config\"
++		-DDEFAULT_CONFIG=\"$(configdir)/config\"
+ 
+ rstartd_real_LDADD = $(RSTART_LIBS)
+ 
+@@ -50,7 +51,6 @@
+ 
+ # config data
+ 
+-configdir = $(libdir)/X11/rstart
+ config_DATA = config
+ 
+ config: config.cpp
================================================================


More information about the pld-cvs-commit mailing list