summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libgaim/Makefile6
-rw-r--r--net-im/libpurple/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index 1f7f956b2..d40b5e1ff 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -3,7 +3,7 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libgaim/Makefile,v 1.7 2007/02/04 00:29:25 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.8 2007/02/10 23:43:20 marcus Exp $
#
PORTNAME= gaim
@@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--disable-doxygen
IGNORE= does not build on 4.X
.endif
+.if ${OSVERSION} > 700032
+CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 1f7f956b2..d40b5e1ff 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/libgaim/Makefile,v 1.7 2007/02/04 00:29:25 marcus Exp $
+# $MCom: ports/net-im/libgaim/Makefile,v 1.8 2007/02/10 23:43:20 marcus Exp $
#
PORTNAME= gaim
@@ -75,6 +75,10 @@ CONFIGURE_ARGS+=--disable-doxygen
IGNORE= does not build on 4.X
.endif
+.if ${OSVERSION} > 700032
+CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2