diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2016-09-03 00:23:12 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-03 13:14:30 +0200 |
commit | 2379c836b3ad5a41cb86841a6e19c776cf0e5f9c (patch) | |
tree | 5f36b1ff644a6ffbff03c41a1dae9a6eebeb3375 /community/whois/undefined-libintl.patch | |
parent | 0b4f85ddb34c5958bbfeba1ba2a492399f03f0b9 (diff) | |
download | aports-2379c836b3ad5a41cb86841a6e19c776cf0e5f9c.tar.bz2 aports-2379c836b3ad5a41cb86841a6e19c776cf0e5f9c.tar.xz |
community/whois: fix undefined libintl
Diffstat (limited to 'community/whois/undefined-libintl.patch')
-rw-r--r-- | community/whois/undefined-libintl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |