aboutsummaryrefslogtreecommitdiffstats
path: root/community/whois/undefined-libintl.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-03 00:23:12 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-03 13:14:30 +0200
commit2379c836b3ad5a41cb86841a6e19c776cf0e5f9c (patch)
tree5f36b1ff644a6ffbff03c41a1dae9a6eebeb3375 /community/whois/undefined-libintl.patch
parent0b4f85ddb34c5958bbfeba1ba2a492399f03f0b9 (diff)
downloadaports-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.patch11
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