diff --git a/srcpkgs/stfl/patches/cross-fix.patch b/srcpkgs/stfl/patches/cross-fix.patch index f03cfc89777..7c418d36baa 100644 --- a/srcpkgs/stfl/patches/cross-fix.patch +++ b/srcpkgs/stfl/patches/cross-fix.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-11-16 17:36:22.654752366 +0100 -+++ Makefile 2014-11-16 17:36:51.204753383 +0100 +--- Makefile.orig ++++ Makefile @@ -20,9 +20,8 @@ include Makefile.cfg @@ -7,11 +7,11 @@ -export CC = gcc -pthread -export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -export LDLIBS += -lncursesw -+export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC -pthread ++override export CFLAGS += -I. -Wall -D_GNU_SOURCE -fPIC -pthread +export LDLIBS += -lncursesw -lpthread SONAME := libstfl.so.0 - VERSION := 0.23 + VERSION := 0.24 @@ -39,7 +38,7 @@ libstfl.a: public.o base.o parser.o dump libstfl.so.$(VERSION): public.o base.o parser.o dump.o style.o binding.o iconv.o \ diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template index 3a6e0931400..f56211861c9 100644 --- a/srcpkgs/stfl/template +++ b/srcpkgs/stfl/template @@ -1,7 +1,7 @@ # Template file for 'stfl' pkgname=stfl version=0.24 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="swig" makedepends="ncurses-devel"