From bea43fd8353466a9816eeb51ab27505fc4222568 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 2 Sep 2006 19:23:51 +0000 Subject: Fixed the build on NetBSD by defining _NETBSD_SOURCE, which overrides _XOPEN_SOURCE in some files. The latter definition had hidden the type definition for fd_set. --- www/drivel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/drivel') diff --git a/www/drivel/Makefile b/www/drivel/Makefile index 7da630ae08d..f75412a378e 100644 --- a/www/drivel/Makefile +++ b/www/drivel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/08/06 07:53:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.34 2006/09/02 19:23:51 rillig Exp $ # DISTNAME= drivel-2.0.3 @@ -15,6 +15,8 @@ USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES +CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE + GCONF2_SCHEMAS= drivel.schemas BUILDLINK_API_DEPENDS.curl+= curl>=7.14.0nb1 -- cgit v1.2.3