pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/gnomeicu Don't add -liconv to the libraries line ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af69fc9a1cbe
branches:  trunk
changeset: 460006:af69fc9a1cbe
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Fri Aug 15 22:22:43 2003 +0000

description:
Don't add -liconv to the libraries line as it doesn't exist on -current and
buildlink will add it if need be.

diffstat:

 chat/gnomeicu/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r cb2fb6bcaa54 -r af69fc9a1cbe chat/gnomeicu/Makefile
--- a/chat/gnomeicu/Makefile    Fri Aug 15 20:03:36 2003 +0000
+++ b/chat/gnomeicu/Makefile    Fri Aug 15 22:22:43 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 21:25:46 grant Exp $
+# $NetBSD: Makefile,v 1.15 2003/08/15 22:22:43 jmc Exp $
 
 DISTNAME=      gnomeicu-0.96
 PKGREVISION=   7
@@ -16,8 +16,6 @@
 USE_X11BASE=           YES
 USE_GMAKE=             YES
 
-LIBS+=         -liconv
-
 .include "../../databases/gdbm/buildlink2.mk"
 .include "../../devel/gettext-lib/buildlink2.mk"
 .include "../../x11/gnome-core/buildlink2.mk"



Home | Main Index | Thread Index | Old Index