diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-12 07:17:43 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-12 07:17:43 -0600 |
commit | de483182249bdbf22d7a7af4c976fd6a0721a0ec (patch) | |
tree | 51c853a748b2d3f1f0553e0353472559da8a260d /main/jwhois/jwhois-libiconv.patch | |
parent | ffd9b4d4c06787418754013f906f3e13fdf1173c (diff) | |
download | aports-de483182249bdbf22d7a7af4c976fd6a0721a0ec.tar.bz2 aports-de483182249bdbf22d7a7af4c976fd6a0721a0ec.tar.xz |
main/jwhois: promoted to main from testing
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)\"" \ |