Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 23:50:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343562 - head/net-p2p/dogecoin
Message-ID:  <201402092350.s19No2BK098159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  9 23:50:02 2014
New Revision: 343562
URL: http://svnweb.freebsd.org/changeset/ports/343562
QAT: https://qat.redports.org/buildarchive/r343562/

Log:
  net-p2p/dogecoin: Fix DragonFly (broken by OSVERSION)
  
  Limit OSVERSION-based modifications to FreeBSD.

Modified:
  head/net-p2p/dogecoin/Makefile

Modified: head/net-p2p/dogecoin/Makefile
==============================================================================
--- head/net-p2p/dogecoin/Makefile	Sun Feb  9 23:42:25 2014	(r343561)
+++ head/net-p2p/dogecoin/Makefile	Sun Feb  9 23:50:02 2014	(r343562)
@@ -36,7 +36,7 @@ CXXFLAGS+=	-Wno-invalid-offsetof
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-endian
 .else
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src__leveldb__Makefile



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