svn commit: r312067 - head/devel/ucommon

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 11 15:55:52 UTC 2013


Author: gahr
Date: Mon Feb 11 15:55:51 2013
New Revision: 312067
URL: http://svnweb.freebsd.org/changeset/ports/312067

Log:
  - Add a couple of missing 0s from OSVERSION
  
  Reported by:	bapt

Modified:
  head/devel/ucommon/Makefile

Modified: head/devel/ucommon/Makefile
==============================================================================
--- head/devel/ucommon/Makefile	Mon Feb 11 15:51:16 2013	(r312066)
+++ head/devel/ucommon/Makefile	Mon Feb 11 15:55:51 2013	(r312067)
@@ -23,7 +23,7 @@ MAN1=	args.1 car.1 commoncpp-config.1 md
 
 .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}


More information about the svn-ports-head mailing list