about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/tachyon/no-absolute-paths.patch
blob: 8ebc6560405b48dffece1f373ee5c56482c8f7b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
diff --git a/unix/Make-config b/unix/Make-config
--- a/unix/Make-config
+++ b/unix/Make-config
@@ -18,7 +18,7 @@
 # Bourne Shell Configuration:
 #   set SHELL=/bin/sh or wherever your bourne shell is
 ##########################################################################
-SHELL=/bin/sh
+# SHELL=/bin/sh
 
 
 
@@ -30,7 +30,7 @@
 
 # The following line should be set to -Ixxx where xxx is your X11 include path
 # Sun puts X11 in /usr/openwin/xxx
-X11INC= -I/usr/openwin/include
+# X11INC= -I/usr/openwin/include
 
 # Others typically use /usr/X11 or /usr/X11R6
 #X11INC= -I/usr/X11
@@ -105,9 +105,9 @@
 ##########################################################################
 # Customize MPI directories and includes as-needed.
 # A typical MPICH installation location:
-MPIDIR=/usr/local/mpi
-MPIINC=$(MPIDIR)/include
-MPILIB=$(MPIDIR)/lib
+# MPIDIR=/usr/local/mpi
+# MPIINC=$(MPIDIR)/include
+# MPILIB=$(MPIDIR)/lib
 
 # MPI defines and any flags needed by the local installation.
 # Always list -DMPI at a minimum.  
@@ -166,9 +166,9 @@
 #   http://www.ijg.org/files/
 ##########################################################################
 # Uncomment the following lines to disable JPEG support
-USEJPEG=
-JPEGINC=
-JPEGLIB=
+# USEJPEG=
+# JPEGINC=
+# JPEGLIB=
 
 # Uncomment the following lines to enable JPEG support
 #USEJPEG= -DUSEJPEG
@@ -186,9 +186,9 @@
 #   http://www.libpng.org/
 ##########################################################################
 # Uncomment the following lines to disable PNG support
-USEPNG=
-PNGINC=
-PNGLIB=
+# USEPNG=
+# PNGINC=
+# PNGLIB=
 
 # Uncomment the following lines to enable PNG support
 #USEPNG= -DUSEPNG