101-gdlib-config.patch (512B)
1 --- a/config/gdlib-config.in 2 +++ b/config/gdlib-config.in 3 @@ -71,7 +71,7 @@ while test $# -gt 0; do 4 echo @LDFLAGS@ 5 ;; 6 --libs) 7 - echo -lgd @LIBS@ @LIBICONV@ 8 + echo -lgd @LIBS@ 9 ;; 10 --cflags|--includes) 11 echo -I@includedir@ 12 @@ -84,7 +84,7 @@ while test $# -gt 0; do 13 echo "includedir: $includedir" 14 echo "cflags: -I@includedir@" 15 echo "ldflags: @LDFLAGS@" 16 - echo "libs: @LIBS@ @LIBICONV@" 17 + echo "libs: @LIBS@" 18 echo "libdir: $libdir" 19 echo "features: @FEATURES@" 20 ;;