From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- community/ponyc/PKGBUILD | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 community/ponyc/PKGBUILD (limited to 'community/ponyc') diff --git a/community/ponyc/PKGBUILD b/community/ponyc/PKGBUILD deleted file mode 100644 index 2e505e1e..00000000 --- a/community/ponyc/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# It seems, compiling for i686 is as simple as specifying you want i686. - -eval "$( - declare -f build check | \ - sed ' - s|x86-64|i686| - s|make |make default_pic=true| - ' -)" - -# the compiler seems fine, but the test frameworks seems to break with -# newer LLVM, for now, ignoring the tests: -# https://github.com/ponylang/ponyc/issues/2875 -eval "$( - declare -f check | \ - sed ' - s/\(make.*\)/\1 || true/ - ' -)" -- cgit v1.2.3-54-g00ecf