summaryrefslogtreecommitdiff
path: root/net-misc/nx/files/1.5.0/nxcomp-1.5.0-pic.patch
blob: 2ccaf978dd099700530d585cf518ff649987968a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- nxcomp/Makefile.in.agriffis	2005-11-12 12:48:42.000000000 -0500
+++ nxcomp/Makefile.in	2005-12-15 12:24:46.000000000 -0500
@@ -32,7 +32,7 @@
 
 CXX         = @CXX@
 CXXFLAGS    = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
-              -Wall -Wpointer-arith
+              -Wall -Wpointer-arith -fPIC
 CXXINCLUDES =
 CXXDEFINES  =
 
@@ -42,7 +42,7 @@
 
 CC          = @CC@
 CCFLAGS     = @CFLAGS@ @X_CFLAGS@ @DEFS@ \
-              -Wall -Wpointer-arith
+              -Wall -Wpointer-arith -fPIC
 CCINCLUDES  =
 CCDEFINES   =