summaryrefslogtreecommitdiff
path: root/chat/everybuddy
diff options
context:
space:
mode:
authorseb <seb>2003-09-02 18:20:33 +0000
committerseb <seb>2003-09-02 18:20:33 +0000
commite5bc27f376bc85d10ae85ac78686cb2c42ebc376 (patch)
tree71279c31e58e58f8deeec09ec8c102f5f8fa0fff /chat/everybuddy
parent4a9f99e4fa64fc0bae2612b018f5c87e101eb699 (diff)
downloadpkgsrc-e5bc27f376bc85d10ae85ac78686cb2c42ebc376.tar.gz
NetBSD-current provide iconv(3) functionality in libc not
libiconv. Some packages insist on adding '-liconv' during link or assumes the existent of it with they found iconv.h. BUILDLINK_TRANSFORM can handle that. Put it in in libiconv/buildlink2.mk for systematic coverage and remove it from package "Makefile". BTW this fix the build of chat/centericq - and probably others - on -current. Okayed by jlam@.
Diffstat (limited to 'chat/everybuddy')
-rw-r--r--chat/everybuddy/Makefile.common7
1 files changed, 1 insertions, 6 deletions
diff --git a/chat/everybuddy/Makefile.common b/chat/everybuddy/Makefile.common
index 4e6b5992548..9f8d52552cb 100644
--- a/chat/everybuddy/Makefile.common
+++ b/chat/everybuddy/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2003/08/15 22:48:04 jmc Exp $
+# $NetBSD: Makefile.common,v 1.11 2003/09/02 18:20:34 seb Exp $
DISTNAME= everybuddy-0.2.0
CATEGORIES= chat
@@ -31,8 +31,3 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy
.include "../../converters/libiconv/buildlink2.mk"
-
-_ICONV_LIB= ${BUILDLINK_LIBICONV_LDADD:M-l*:C/-l//}
-.if empty(_ICONV_LIB)
-BUILDLINK_TRANSFORM+= S:-liconv:
-.endif