diff options
author | Richard Ellis <rellis@dp100.com> | 2010-05-12 23:28:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:32 +0200 |
commit | a142ded97a9948c02974c8197c6829498fda8686 (patch) | |
tree | 29fa66d4b35bb56e6622fdf1eae804a242fc0a91 /desktop/xsession/Imakefile.patch | |
parent | 8e7bd5508cbd8a27c3ac76c97529f769b806f72c (diff) | |
download | slackbuilds-a142ded97a9948c02974c8197c6829498fda8686.tar.gz |
desktop/xsession: Added to 12.2 repository
Diffstat (limited to 'desktop/xsession/Imakefile.patch')
-rw-r--r-- | desktop/xsession/Imakefile.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/desktop/xsession/Imakefile.patch b/desktop/xsession/Imakefile.patch new file mode 100644 index 0000000000..ad337ee8ff --- /dev/null +++ b/desktop/xsession/Imakefile.patch @@ -0,0 +1,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 |