summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorGeorgios Eleftheriou2019-01-26 22:34:09 +0100
committerGeorgios Eleftheriou2019-01-26 22:34:09 +0100
commitbb70472465171a4a6bc4f8cb92e54f7cdb27610e (patch)
treeccc2507d93995f5f409e15e9cb0b85d2851191a2 /config.patch
downloadaur-hdf4-static.tar.gz
initial commit
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.patch b/config.patch
new file mode 100644
index 000000000000..39531ce170e4
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,14 @@
+diff --git a/src/hdf-4.2.14/configure.ac b/src/hdf-4.2.14/configure.ac
+index 3030bad..6d7f654 100644
+--- a/src/hdf-4.2.14/configure.ac
++++ b/src/hdf-4.2.14/configure.ac
+@@ -685,6 +685,9 @@ case "$host" in
+ *-pc-cygwin*)
+ LIBS="$LIBS -ltirpc"
+ CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc" ;;
++ *-linux-gnu*)
++ LIBS="$LIBS -ltirpc"
++ CPPFLAGS="$CPPFLAGS -I/usr/include/tirpc" ;;
+ *) ;;
+ esac
+