summaryrefslogtreecommitdiffstats
path: root/desktop/xsession/Imakefile.patch
blob: ad337ee8ff4e8a46cc25eb313760f7f9c6561ece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- Imakefile.orig	2009-06-08 11:55:16.000000000 -0400
+++ Imakefile	2009-06-08 12:07:54.000000000 -0400
@@ -35,7 +35,7 @@
 XCOMM Mark Boyns' rplay library, available from sounds.sdsu.edu and 
 XCOMM ftp2.montefiore.ulg.ac.be in the directory /pub/rplay.  Otherwise, don't
 XCOMM define anything here.
-#define USE_SOUNDS
+XCOMM #define USE_SOUNDS
 
 XCOMM The second argument of the waitpid(2) system call can be either a
 XCOMM "union wait" (old definition) or a "int" (new definition) variable.  The
@@ -68,8 +68,8 @@
 XCOMM Uncomment and adjust these to change the destinations of "make install"
 XCOMM and "make install.man" if the defaults generated by Imake are not
 XCOMM satisfactory.
-XCOMM BINDIR		= /usr/local/bin
-XCOMM MANDIR		= /usr/local/man/man1
+XCOMM BINDIR		= /usr/bin
+XCOMM MANDIR		= /usr/man/man1
 XCOMM MANSUFFIX		= 1
 
 XCOMM It's not a good idea to change the default "app-defaults" directory.
@@ -78,7 +78,7 @@
 XCOMM you can't install the files in their default directory.  If you do this,
 XCOMM you will have to set the XAPPLRESDIR environment variable to the
 XCOMM appropriate directory before executing xsession.
-XCOMM XAPPLOADDIR     = /usr/lib/X11/app-defaults
+XAPPLOADDIR     = /etc/X11/app-defaults
 
 XCOMM How excited are you about debugging?  This can be -g, -O, or nothing.
 CDEBUGFLAGS	= -O