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:
parent
6430ff142c
commit
2a0218d7a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343562
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user