3db4887128
version 0.59.8 (01/06/2003): * Ripped out all gtk2 support (Thanks Nathan Walp). * Fixed smiley related segfault (Thanks Robert McQueen) * Yahoo! can connect again version 0.59.7 (12/21/2002): * Yahoo i18n fix (Thanks Ethan Blanton). * Fixed a bug in escaping saved passwords (Thanks Eric Timme) * Fixed an overflow bug in perl script autoloading (Thanks David Kaelbling) * Some build fixes for those using stricter compilers, notably MIPSpro (Thanks David Kaelbling) * Fixed a bad argument to accept() calls (Thanks David Kaelbling) * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon)) for being the first to point this out.
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $NetBSD: Makefile.common,v 1.9 2003/01/09 16:15:08 mycroft Exp $
|
|
#
|
|
|
|
DISTNAME= gaim-0.59.8
|
|
CATEGORIES= chat x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \
|
|
ftp://ftp.marko.net/pub/gaim/
|
|
|
|
MAINTAINER= rafal@netbsd.org
|
|
HOMEPAGE= http://gaim.sourceforge.net/
|
|
COMMENT= GTK+-based client for AOL's Instant Messenger chat system
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../gaim/distinfo
|
|
FILESDIR= ${.CURDIR}/../gaim/files
|
|
PATCHDIR= ${.CURDIR}/../gaim/patches
|
|
PKGDIR= ${.CURDIR}/../gaim
|
|
PLIST_SRC= ${.CURDIR}/../gaim/PLIST.common
|
|
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-artsc
|
|
CONFIGURE_ARGS+= --disable-nas
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
CONFIGURE_ARGS+= --disable-screensaver
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.libiconv}
|
|
|
|
CONFIGURE_ARGS+= --enable-esd
|
|
CONFIGURE_ARGS+= --enable-perl
|
|
CONFIGURE_ARGS+= --enable-pixbuf
|
|
|
|
# Newer versions of gaim use gettext checks that gettext-lib/buildlink2.mk
|
|
# can't currently handle.
|
|
#
|
|
CONFIGURE_ARGS+= --without-included-gettext
|
|
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libc=yes
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|