diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-15 08:36:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-16 06:29:55 +0000 |
commit | 0cdce5a0b47ed05c701a78ddd774d22da975851b (patch) | |
tree | 2af4ce00b19a1031d17273e25c7b249c7a46eaaf /testing/stfl/libiconv.patch | |
parent | 74237bd595dd8b74df290cbd726f584b87dec7dd (diff) | |
download | aports-0cdce5a0b47ed05c701a78ddd774d22da975851b.tar.bz2 aports-0cdce5a0b47ed05c701a78ddd774d22da975851b.tar.xz |
testing/stfl: new aport
The Structured Terminal Forms Language/Library
http://www.clifford.at/stfl/
ref #1774
Diffstat (limited to 'testing/stfl/libiconv.patch')
-rw-r--r-- | testing/stfl/libiconv.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/stfl/libiconv.patch b/testing/stfl/libiconv.patch new file mode 100644 index 0000000000..e96f8024de --- /dev/null +++ b/testing/stfl/libiconv.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index d481e68..55aa66e 100644 +--- a/Makefile ++++ b/Makefile +@@ -22,7 +22,7 @@ include Makefile.cfg + + export CC = gcc -pthread + export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC +-export LDLIBS += -lncursesw ++export LDLIBS += -lncursesw -liconv + + SONAME := libstfl.so.0 + VERSION := 0.22 |