Magellan Linux

Annotation of /trunk/nx/patches/nxcomp-1.5.0-pic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 522 byte(s)
-import

1 niro 153 --- nxcomp/Makefile.in.agriffis 2005-11-12 12:48:42.000000000 -0500
2     +++ nxcomp/Makefile.in 2005-12-15 12:24:46.000000000 -0500
3     @@ -32,7 +32,7 @@
4    
5     CXX = @CXX@
6     CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
7     - -Wall -Wpointer-arith
8     + -Wall -Wpointer-arith -fPIC
9     CXXINCLUDES =
10     CXXDEFINES =
11    
12     @@ -42,7 +42,7 @@
13    
14     CC = @CC@
15     CCFLAGS = @CFLAGS@ @X_CFLAGS@ @DEFS@ \
16     - -Wall -Wpointer-arith
17     + -Wall -Wpointer-arith -fPIC
18     CCINCLUDES =
19     CCDEFINES =
20