On Thu, Nov 24, 2005 at 01:00:31PM +0100, Nikolay Sturm wrote:
> besides regular breakage, these ports could need an eye:
> 
> net/gaim                cannot find silc
> net/mldonkey/stable     ???

does anyone know what commit caused gaim not to package correctly?  the
following diff makes it package again but i'd like to cure the disease,
not the symptom.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/gaim/Makefile,v
retrieving revision 1.83
diff -u -r1.83 Makefile
--- Makefile    15 Nov 2005 16:13:59 -0000      1.83
+++ Makefile    25 Nov 2005 12:22:24 -0000
@@ -45,7 +45,8 @@
                 --enable-openssl \
                 --with-silc-includes="${LOCALBASE}/include/silc"
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
-               LDFLAGS="-L${LOCALBASE}/lib"
+               LDFLAGS="-L${LOCALBASE}/lib" \
+               LIBS="-liconv"
 
 FLAVORS=       audio debug gtkspell
 FLAVOR?=       

Reply via email to