File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --- a/configure.ac
2+ +++ b/configure.ac
3+ @@ -524,8 +524,8 @@
4+ AC_SUBST(FLTK_LIBS)
5+ cd src && ln -sf ../fltk-1.3.8 && cd ..
6+ fi
7+ - fi
8+ ])
9+ + fi
10+ LIBS="$save_LIBS"
11+
12+ AC_CHECK_HEADERS(dfu_lib.h)
Original file line number Diff line number Diff line change 11# Template file for 'giac'
22pkgname=giac
3- version=2.0.0.18
3+ version=2.0.0.21
44revision=1
55build_style=gnu-configure
66configure_args=" --disable-micropy --disable-quickjs"
@@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
1515homepage=" https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html"
1616changelog=" https://www-fourier.univ-grenoble-alpes.fr/~parisse/install_en#new"
1717distfiles=" https://www-fourier.univ-grenoble-alpes.fr/~parisse/debian/dists/stable/main/source/giac_${version% .* } -${version##* .} .tar.gz"
18- checksum=25e2a3d9686c9a6800d9e6b4a243eeeb0af7602067f060e6aab4138e63e417db
18+ checksum=3e7fa1c281a21ab74ed66ef247faffe5a105bc11be1f7715f31b4368ce8dcbc8
1919
2020# need more than 4*65536 stack, see try_parse() in gen.cc line 11812
2121LDFLAGS=" -Wl,-z,stack-size=2097152"
@@ -35,14 +35,6 @@ case "$XBPS_TARGET_MACHINE" in
3535 * ) ;;
3636esac
3737
38- post_extract () {
39- # Missing... triggers doc rebuild which fails
40- touch doc/en/tutoriel.stamp
41- # remove a binary that works only for a particular host
42- # the binary will be rebuilt using host compiler
43- rm -f src/mkjs
44- }
45-
4638pre_configure () {
4739 # use full version in banner -- upstream hides last component
4840 vsed -i configure.ac \
You can’t perform that action at this time.
0 commit comments