Magellan Linux

Contents of /trunk/xtdesktop/patches/xtdesktop-0.7b-xorg.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 648 - (show annotations) (download)
Wed Jun 4 13:15:49 2008 UTC (15 years, 11 months ago) by niro
File size: 1328 byte(s)
-patches for xtdesktop-0.7b-r1

1 diff -Naur xtdesktop-0.7b/Makefile xtdesktop-0.7b-magellan/Makefile
2 --- xtdesktop-0.7b/Makefile 2004-09-07 13:42:45.000000000 +0200
3 +++ xtdesktop-0.7b-magellan/Makefile 2008-06-04 15:06:28.000000000 +0200
4 @@ -4,13 +4,13 @@
5 #add -DPRNDEBUG - for debug messages
6
7 ## for Linux
8 -CFLAGS = -w -I/usr/X11R6/include -DLINUX
9 +CFLAGS = -w -DLINUX
10 #-DPRNDEBUG
11 -LIBS = -L/usr/X11R6/lib -lImlib -lXaw -ldl
12 +LIBS = -lImlib -lXaw -ldl
13
14 ## for FreeBSD
15 -#CFLAGS = -w -I/usr/X11R6/include -DFREEBSD
16 -#LIBS = -L/usr/X11R6/lib -lImlib -lXaw
17 +#CFLAGS = -w -DFREEBSD
18 +#LIBS = -lImlib -lXaw
19
20 .SUFFIXES: .cc .o
21 bin = xtdesk
22 diff -Naur xtdesktop-0.7b/Makefile.linux xtdesktop-0.7b-magellan/Makefile.linux
23 --- xtdesktop-0.7b/Makefile.linux 2004-09-07 13:42:45.000000000 +0200
24 +++ xtdesktop-0.7b-magellan/Makefile.linux 2008-06-04 15:06:28.000000000 +0200
25 @@ -4,13 +4,13 @@
26 #add -DPRNDEBUG - for debug messages
27
28 ## for Linux
29 -CFLAGS = -w -I/usr/X11R6/include -DLINUX
30 +CFLAGS = -w -DLINUX
31 #-DPRNDEBUG
32 -LIBS = -L/usr/X11R6/lib -lImlib -lXaw -ldl
33 +LIBS = -lImlib -lXaw -ldl
34
35 ## for FreeBSD
36 -#CFLAGS = -w -I/usr/X11R6/include -DFREEBSD
37 -#LIBS = -L/usr/X11R6/lib -lImlib -lXaw
38 +#CFLAGS = -w -DFREEBSD
39 +#LIBS = -lImlib -lXaw
40
41 .SUFFIXES: .cc .o
42 bin = xtdesk