From 2379c836b3ad5a41cb86841a6e19c776cf0e5f9c Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Sat, 3 Sep 2016 00:23:12 +0000 Subject: community/whois: fix undefined libintl --- community/whois/undefined-libintl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/whois/undefined-libintl.patch (limited to 'community/whois/undefined-libintl.patch') diff --git a/community/whois/undefined-libintl.patch b/community/whois/undefined-libintl.patch new file mode 100644 index 0000000000..0150053a65 --- /dev/null +++ b/community/whois/undefined-libintl.patch @@ -0,0 +1,11 @@ +--- whois-5.2.12/Makefile ++++ whois-5.2.12/Makefile.new +@@ -14,7 +14,7 @@ + + # FreeBSD + #whois_LDADD += -liconv +-#LIBS += -L/usr/local/lib -lintl ++LIBS += -lintl + #INCLUDES += -I/usr/local/include + + # OS/2 EMX -- cgit v1.2.3