summaryrefslogtreecommitdiff
path: root/net/gaim/Makefile
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>2000-06-06 22:17:47 +0000
committeraugustss <augustss@pkgsrc.org>2000-06-06 22:17:47 +0000
commit8bd19127323ed1d9d4e2a020048ef658123457da (patch)
treec0db22413476bffbdae2a9bbf2b1b44d8a552d3c /net/gaim/Makefile
parentb30abcb890eed973e7839932f566110a7ecd2b0e (diff)
downloadpkgsrc-8bd19127323ed1d9d4e2a020048ef658123457da.tar.gz
Apply patch from PR 10298 so gaim works again.
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r--net/gaim/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index 2fe1697ddf0..6e786d0041b 100644
--- a/net/gaim/Makefile
+++ b/net/gaim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2000/01/07 01:30:45 garbled Exp $
+# $NetBSD: Makefile,v 1.11 2000/06/06 22:17:47 augustss Exp $
#
-DISTNAME= gaim-0.9.10
+DISTNAME= gaim-0.9.18
CATEGORIES= x11
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
@@ -15,4 +15,7 @@ USE_X11BASE= YES
USE_GMAKE= YES
GNU_CONFIGURE= yes
+# for pthread.h
+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
+
.include "../../mk/bsd.pkg.mk"