diff options
Diffstat (limited to 'main/jwhois/jwhois-libiconv.patch')
-rw-r--r-- | main/jwhois/jwhois-libiconv.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/jwhois/jwhois-libiconv.patch b/main/jwhois/jwhois-libiconv.patch new file mode 100644 index 0000000000..31c54bdf45 --- /dev/null +++ b/main/jwhois/jwhois-libiconv.patch @@ -0,0 +1,10 @@ +--- jwhois-4.0/src/Makefile.am ++++ jwhois-4.0.mod/src/Makefile.am +@@ -23,6 +23,7 @@ + getopt.c getopt1.c jconfig.c string.c cache.c rwhois.c jwhois.c \ + whois.c http.c + ++LIBS += @LIBICONV@ + jwhois_LIBS = @LIBINTL@ @LIBICONV@ @LIBS@ + + jwhois_CFLAGS = $(OLDCFLAGS) -DSYSCONFDIR="\"$(sysconfdir)\"" \ |