diff options
Diffstat (limited to 'games-simulation/openttd/files/libiconv.patch')
-rw-r--r-- | games-simulation/openttd/files/libiconv.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-simulation/openttd/files/libiconv.patch b/games-simulation/openttd/files/libiconv.patch new file mode 100644 index 0000000..2b9cb12 --- /dev/null +++ b/games-simulation/openttd/files/libiconv.patch @@ -0,0 +1,10 @@ +--- config.lib 2008-01-15 21:55:36.000000000 +0100 ++++ config.lib_new 2008-01-16 16:55:39.000000000 +0100 +@@ -1134,7 +1134,6 @@ + + if [ "$with_iconv" != "0" ]; then + CFLAGS="$CFLAGS -DWITH_ICONV" +- LIBS="$LIBS -liconv" + if [ "$with_iconv" != "2" ]; then + CFLAGS="$CFLAGS -I$with_iconv/include" + LIBS="$LIBS -L$with_iconv/lib" |