halibut: update to 1.2.

This commit is contained in:
Leah Neukirchen 2017-05-16 12:59:42 +02:00
parent f7c1a8da10
commit 38124af610
2 changed files with 18 additions and 8 deletions

View File

@ -0,0 +1,11 @@
--- Makefile.orig
+++ Makefile
@@ -110,7 +110,7 @@
$(CC) $(CFLAGS) -MD -c $<
version.o: FORCE
- $(CC) $(VDEF) -MD -c $(SRC)version.c
+ $(CC) $(CFLAGS) $(VDEF) -MD -c $(SRC)version.c
spotless:: clean
rm -f *.d

View File

@ -1,21 +1,20 @@
# Template file for 'halibut'
pkgname=halibut
version=1.1
revision=5
version=1.2
revision=1
build_style=gnu-makefile
CFLAGS='-I../charset -I../build'
disable_parallel_build=yes
hostmakedepends="perl"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" halibut"
fi
short_desc="Yet another free document preparation system"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.chiark.greenend.org.uk/~sgtatham/halibut/"
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0
nopie=yes # segfaults on x86_64-musl
distfiles="http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f
CFLAGS='-I../charset -I../build'
pre_build() {
export LIBS="$LDFLAGS"