summaryrefslogtreecommitdiff
path: root/www/drivel
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-02 19:23:51 +0000
committerrillig <rillig>2006-09-02 19:23:51 +0000
commitbea43fd8353466a9816eeb51ab27505fc4222568 (patch)
tree09c01ce5f767d626af0c35c45287fc369151e4b3 /www/drivel
parentc80d0927b08bae88a58737019c8af781935669e5 (diff)
downloadpkgsrc-bea43fd8353466a9816eeb51ab27505fc4222568.tar.gz
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.
Diffstat (limited to 'www/drivel')
-rw-r--r--www/drivel/Makefile4
1 files changed, 3 insertions, 1 deletions
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