diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 06:48:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-05-16 06:48:08 +0000 |
commit | 1a5621d95daac5924ba0317d785b10da1576a437 (patch) | |
tree | e34df4589ded8e1e0698e9434a3b380cd87ea36d /databases/evolution-data-server | |
parent | - Consolidate lots of stuff. (diff) |
FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus has
committed a MFC of stacksize increase in RELENG_5 a few days ago.
Reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=135334
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 9bca5d0a1723..1efb2c54c11e 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -42,7 +42,7 @@ PLIST_SUB= VERSION="1.2" EVO_VERSION="1.2" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600012 +.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c .endif |