summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorGeorge Eleftheriou2018-07-04 01:43:43 +0200
committerGeorge Eleftheriou2018-07-04 01:43:43 +0200
commit97760e049d418b5e478b678f298ee50042c1ce26 (patch)
tree718b5b3c13249819df2181390cff9245350057a1 /config.patch
parentd6ee77f651006a8c1984feeb39b1da29579c9f81 (diff)
downloadaur-97760e049d418b5e478b678f298ee50042c1ce26.tar.gz
Adopted the package and upgraded to 4.2.14
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
+