diff options
author | Erich Eckner <git@eckner.net> | 2020-03-02 13:42:30 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-03-02 13:42:30 +0100 |
commit | 9d15728fc2656a20d4d9295e52ce70f81515c9d2 (patch) | |
tree | 2ddbcbeac42514c324e77300f297a947dbab0cc4 /hdf4/config.patch | |
parent | 3febaf80ab7211a07538b329fd2dd91519f04a09 (diff) | |
download | archlinuxewe-9d15728fc2656a20d4d9295e52ce70f81515c9d2.tar.xz |
neutrino, hdf4 removed
Diffstat (limited to 'hdf4/config.patch')
-rw-r--r-- | hdf4/config.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hdf4/config.patch b/hdf4/config.patch deleted file mode 100644 index c76492386..000000000 --- a/hdf4/config.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/src/hdf-4.2.13/configure.ac b/src/hdf-4.2.13/configure.ac -index 3030bad..6d7f654 100644 ---- a/src/hdf-4.2.13/configure.ac -+++ b/src/hdf-4.2.13/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 - |