Magellan Linux

Annotation of /trunk/nx/patches/nxcompshad-3.0.0-pic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 415 - (hide annotations) (download)
Thu Nov 15 17:01:51 2007 UTC (16 years, 7 months ago) by niro
File size: 577 byte(s)
-added nxcompshad pic patch

1 niro 415 diff -Naur nxcompshad/Makefile.in nxcompshad-pic/Makefile.in
2     --- nxcompshad/Makefile.in 2007-06-04 13:39:49.000000000 +0200
3     +++ nxcompshad-pic/Makefile.in 2007-11-15 18:09:27.000000000 +0100
4     @@ -32,7 +32,7 @@
5    
6     CXX = @CXX@
7     CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
8     - -Wall -Wpointer-arith
9     + -Wall -Wpointer-arith -fPIC
10     CXXINCLUDES =
11     CXXDEFINES =
12    
13     @@ -43,7 +43,7 @@
14    
15     CC = @CC@
16     CCFLAGS = @X_CFLAGS@ @DEFS@ \
17     - -Wall -Wpointer-arith
18     + -Wall -Wpointer-arith -fPIC
19     CCINCLUDES =
20     CCDEFINES =
21