mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
guile: update to 3.0.9
This commit is contained in:
@@ -1 +1 @@
|
||||
7a7e8def41678c567148c26a8a0a0873 guile-2.2.7.tar.xz
|
||||
258983e0156c2bc66539dcbcb96f2bd2 guile-3.0.9.tar.xz
|
||||
|
||||
1729
main/guile/.pkgfiles
1729
main/guile/.pkgfiles
File diff suppressed because it is too large
Load Diff
@@ -2,17 +2,20 @@
|
||||
# depends : gc libunistring
|
||||
|
||||
name=guile
|
||||
version=2.2.7
|
||||
version=3.0.9
|
||||
release=1
|
||||
source="https://ftp.gnu.org/gnu/guile/$name-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-error-on-warning
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
mkdir -p $PKG/usr/share/gdb/auto-load/usr/lib
|
||||
mv $PKG/usr/lib/libguile-*-gdb.scm $PKG/usr/share/gdb/auto-load/usr/lib
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user