diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-16 14:48:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-16 14:48:08 +0800 |
commit | 0badf98d0941089430983106bef403aba8e9156a (patch) | |
tree | 6751aa0d3884f7c41ff848afc8f8bc398279dadf /databases | |
parent | 86f68f8834dcc9b990961afee2bf03e7e5a084e1 (diff) | |
download | freebsd-ports-gnome-0badf98d0941089430983106bef403aba8e9156a.tar.gz freebsd-ports-gnome-0badf98d0941089430983106bef403aba8e9156a.tar.zst freebsd-ports-gnome-0badf98d0941089430983106bef403aba8e9156a.zip |
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
Diffstat (limited to 'databases')
-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 |