diff options
author | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
commit | 695efea0ec6d8f58c0418314007f4d5248b66aaf (patch) | |
tree | 5b7c1c08829036ce9e4f2f103d6c1c6ce1f25ce2 /net-im | |
parent | 29330e7c69f0413b170fb891a108ed00eac3c41f (diff) | |
download | freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.gz freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.zst freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.zip |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 12a8b693f93b..bf7e69d48f5d 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS?=--disable-gtkui \ --disable-nm CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ PTHREAD_LIB="${PTHREAD_LIBS}" +CFLAGS+= -D_XOPEN_SOURCE_EXTENDED CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} .if !defined(PIDGIN_SLAVE) @@ -93,10 +94,6 @@ PLIST_SUB+= TCL:="@comment not installed: " .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700032 || (${OSVERSION} < 700000 && ${OSVERSION} > 602106) -CFLAGS+= -D_XOPEN_SOURCE_EXTENDED -.endif - .if !defined(PIDGIN_SLAVE) .if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2) USE_GNOME+= gconf2 |