diff options
author | seb <seb@pkgsrc.org> | 2003-09-02 18:20:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-02 18:20:33 +0000 |
commit | 529e68e4f13ced584281fc063288331b8b4b15fc (patch) | |
tree | 71279c31e58e58f8deeec09ec8c102f5f8fa0fff /chat/everybuddy | |
parent | d0c820332d63e55356b0bfe3e0d5c7fc1de920e3 (diff) | |
download | pkgsrc-529e68e4f13ced584281fc063288331b8b4b15fc.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.common | 7 |
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 |