tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
rPackages.rhdf5filters: updated patch
Bruno Rodrigues
9 months ago
f68603be
7bcd1196
+8
-9
1 changed file
expand all
collapse all
unified
split
pkgs
development
r-modules
patches
rhdf5filters.patch
+8
-9
pkgs/development/r-modules/patches/rhdf5filters.patch
···
1
1
diff --git a/src/Makevars.in b/src/Makevars.in
2
2
-
index 3e55470..656eae4 100644
3
2
--- a/src/Makevars.in
4
3
+++ b/src/Makevars.in
5
5
-
@@ -15,7 +15,7 @@ export PKG_CXXPICFLAGS=@CXXPICFLAGS@
6
6
-
export RANLIB=@RANLIB@
7
7
-
export MAKE=@MAKE@
8
8
-
export AR=@AR@
9
9
-
-export PKG_CPPFLAGS=@CPPFLAGS@ -I"@RHDF5_INCLUDE@"
10
10
-
+export PKG_CPPFLAGS=@CPPFLAGS@
11
11
-
export PKG_LDFLAGS=@LDFLAGS@
12
12
-
4
4
+
@@ -15,7 +15,7 @@ RANLIB := @RANLIB@
5
5
+
MAKE := @MAKE@
6
6
+
AR := @AR@
7
7
+
-PKG_CPPFLAGS := @CPPFLAGS@ -I"@RHDF5_INCLUDE@"
8
8
+
+PKG_CPPFLAGS := @CPPFLAGS@
9
9
+
PKG_LDFLAGS := @LDFLAGS@
10
10
+
export
11
11
+
13
12
all: copying $(SHLIB)