aboutsummaryrefslogtreecommitdiffstats
path: root/community/fstrcmp
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-31 06:13:46 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-31 06:14:05 -0300
commit6b0ab587e3b4fce1d7b3d301028de0cc90ff70e8 (patch)
treed06f34dca6d9eadf2a893af777852bbb5b26b657 /community/fstrcmp
parentf705d2f3688c36c0c6329ddb0e3da6925adbdb71 (diff)
downloadaports-6b0ab587e3b4fce1d7b3d301028de0cc90ff70e8.tar.bz2
aports-6b0ab587e3b4fce1d7b3d301028de0cc90ff70e8.tar.xz
community/fstrcmp: update config.guess for ppc64le
Diffstat (limited to 'community/fstrcmp')
-rw-r--r--community/fstrcmp/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/fstrcmp/APKBUILD b/community/fstrcmp/APKBUILD
index 0b0c260789..ec02ae34f6 100644
--- a/community/fstrcmp/APKBUILD
+++ b/community/fstrcmp/APKBUILD
@@ -12,6 +12,11 @@ source="$pkgname-$pkgver.tar.gz::http://fstrcmp.sourceforge.net/$pkgname-$pkgver
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
builddir="$srcdir/$pkgname-$pkgver.D001"
+prepare() {
+ default_prepare
+ update_config_guess
+}
+
build() {
./configure \
--prefix=/usr