diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-09 17:11:41 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-09 17:11:41 +0200 |
commit | 858dc0f98f9ce0a4b4212f72a87ad40b2caf36b4 (patch) | |
tree | 2adf944a70f6c3b702859805291ad2baf1af4dab /main/stfl/libiconv.patch | |
parent | b578818036742256eea942ad128543d7c22d1c94 (diff) | |
download | aports-858dc0f98f9ce0a4b4212f72a87ad40b2caf36b4.tar.bz2 aports-858dc0f98f9ce0a4b4212f72a87ad40b2caf36b4.tar.xz |
testing/stfl: move to main
Diffstat (limited to 'main/stfl/libiconv.patch')
-rw-r--r-- | main/stfl/libiconv.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/stfl/libiconv.patch b/main/stfl/libiconv.patch new file mode 100644 index 0000000000..e96f8024de --- /dev/null +++ b/main/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 |