Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 15:55:52 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312067 - head/devel/ucommon
Message-ID:  <201302111555.r1BFtqU1052533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302111555.r1BFtqU1052533>