1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

net-p2p/dogecoin: Fix DragonFly (broken by OSVERSION)

Limit OSVERSION-based modifications to FreeBSD.
This commit is contained in:
John Marino 2014-02-09 23:50:02 +00:00
parent 6430ff142c
commit 2a0218d7a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343562

View File

@ -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