diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/ucsniff-ace/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/ucsniff-ace/PKGBUILD b/pcr/ucsniff-ace/PKGBUILD index c7993e9ce..9a8dec831 100644 --- a/pcr/ucsniff-ace/PKGBUILD +++ b/pcr/ucsniff-ace/PKGBUILD @@ -16,7 +16,7 @@ sha1sums=('747aee37f74e71101317809797cdaed7077dd29e') prepare() { cd "$srcdir/ace-$pkgver" - # FTBS with GCC10; bcause '-fno-common' is now the default + # FTBS with GCC10; because '-fno-common' is now the default # this software appears to be unmaintained export CFLAGS="${CFLAGS} -fcommon -I/usr/include/tirpc" |