summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Maftei2018-05-24 13:35:42 +0300
committerDan Maftei2018-05-24 13:35:42 +0300
commit8505501802bc63297016679b36387867ed46ca6c (patch)
tree6a82fd0a3687b7c2fd894381aede1b45eccd0984
parent1a85039531a70e420460ce9e9e5a5c7cbc4da470 (diff)
downloadaur-8505501802bc63297016679b36387867ed46ca6c.tar.gz
Fixed a compilation error in newer gfortran.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4ca8580f7c..0b9411921a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,10 +41,10 @@ build() {
# replacement of missing makedepend
sed -i 's/@.*makedepend.*$/@ \$(CC) \$(INCLUDE) -M \$(SRCS) \> makedep/' surf/Makefile
- # Patch rdchx.f for iconn dimension,
+ # Patch rdchx.f for array size mismatch in iconn,
# thanks Panadestein for pointing out and
- # arjun_karol for the solution
- patch -p0 -i rdchx.patch
+ # arjun_karol for the quick fix
+ patch -p0 -i "$srcdir/rdchx.patch"
make
}