Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
3bee57e5
Commit
3bee57e5
authored
4 years ago
by
Lee Starnes
Browse files
Options
Downloads
Patches
Plain Diff
sbcl+clisp: more stylistic fixes
parent
0c2bd44a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!438
user/clisp and experimental/sbcl + deps
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
experimental/sbcl/APKBUILD
+2
-2
2 additions, 2 deletions
experimental/sbcl/APKBUILD
user/clisp/APKBUILD
+0
-3
0 additions, 3 deletions
user/clisp/APKBUILD
with
2 additions
and
5 deletions
experimental/sbcl/APKBUILD
+
2
−
2
View file @
3bee57e5
...
...
@@ -5,7 +5,7 @@ pkgver=2.0.3
pkgrel
=
0
pkgdesc
=
"Steel Bank Common Lisp"
url
=
"http://www.sbcl.org"
arch
=
"
pmmx x86_64 ppc ppc64 aarch64
"
arch
=
"
all !armv7
"
license
=
"BSD-2-Clause AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND MIT"
depends
=
""
makedepends
=
"clisp clisp-dev"
...
...
@@ -23,7 +23,7 @@ prepare() {
}
build
()
{
sh
make.sh
--prefix
=
/usr
--with-dlclose-is-noop
--xc-host
=
clisp
./
make.sh
--prefix
=
/usr
--with-dlclose-is-noop
--xc-host
=
clisp
}
check
()
{
...
...
This diff is collapsed.
Click to expand it.
user/clisp/APKBUILD
+
0
−
3
View file @
3bee57e5
...
...
@@ -9,7 +9,6 @@ pkgdesc="ANSI Common Lisp interpreter, compiler, and debugger"
url
=
"https://clisp.sourceforge.io"
arch
=
"all"
license
=
"GPL-2.0-only"
depends
=
"libsigsegv"
depends_dev
=
"libsigsegv-dev libffcall ncurses-dev"
makedepends
=
"
$depends_dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
...
...
@@ -22,8 +21,6 @@ prepare() {
}
build
()
{
ulimit
-s
16384
./configure
\
--prefix
=
/usr
\
--with-ffcall
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment