diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-10 06:15:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-10 06:15:17 +0800 |
commit | a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00 (patch) | |
tree | e212e6be6235b47ac3ef3f6309f1b24ea38156d5 /net-im/libpurple/Makefile | |
parent | f5491e39ad4670a7ce9238045d9800a43919ca42 (diff) | |
download | marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.gz marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.bz2 marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.lz marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.xz marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.tar.zst marcuscom-ports-a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00.zip |
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8475 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |