aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-05 22:18:46 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-05 22:38:55 +0200
commit2c74b8922ae093ae48980a14656006a0e361585b (patch)
treea7aeca1572eee94d52a1bcf31ea3186ec6d3d4ce /testing/ponyc
parent95c1be17ba7dd9d974289b72613f50e74a20e0a2 (diff)
downloadaports-2c74b8922ae093ae48980a14656006a0e361585b.tar.bz2
aports-2c74b8922ae093ae48980a14656006a0e361585b.tar.xz
testing/ponyc: fix build flags for upcoming ponyc version
Diffstat (limited to 'testing/ponyc')
-rw-r--r--testing/ponyc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ponyc/APKBUILD b/testing/ponyc/APKBUILD
index f9dccd6fcd..c7fd54cc72 100644
--- a/testing/ponyc/APKBUILD
+++ b/testing/ponyc/APKBUILD
@@ -28,9 +28,9 @@ esac
_make_opts="arch=$_arch
config=release
- default_pic=1
+ default_pic=true
prefix=/usr
- verbose=1
+ verbose=true
LLVM_CONFIG=/usr/lib/llvm$_llvmver/bin/llvm-config
"