diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-11 15:55:51 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-11 15:55:51 +0000 |
commit | 57249c1734d675ef070d998ea09792f2395b455a (patch) | |
tree | 7a2765ba8f674ad281a8a2fd09b59ab951eb0a16 | |
parent | - Fix build on !CURRENT (diff) |
- Add a couple of missing 0s from OSVERSION
Reported by: bapt
Notes
Notes:
svn path=/head/; revision=312067
-rw-r--r-- | devel/ucommon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index 66b772df16bf..ec0a1c869d0b 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -23,7 +23,7 @@ MAN1= args.1 car.1 commoncpp-config.1 mdsum.1 pdetach.1 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 10000 +.if ${OSVERSION} < 1000000 post-patch: ${REINPLACE_CMD} -e '/HAVE_OPENSSL_FIPS_H/s/define/undef/' \ ${WRKSRC}/${CONFIGURE_SCRIPT} |