svn commit: r343562 - head/net-p2p/dogecoin

John Marino marino at FreeBSD.org
Sun Feb 9 23:50:02 UTC 2014


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


More information about the svn-ports-all mailing list