aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-10 07:50:02 +0800
committermarino <marino@FreeBSD.org>2014-02-10 07:50:02 +0800
commita88ef14374c7dba68cbbc6cf530be839a9a85eb7 (patch)
tree5be76f3a9d6668f09b493c2c3f1716c1f715d3dd /net-p2p
parente7748b92c7bdc4a498745fea0c73f7c2513c0bab (diff)
downloadfreebsd-ports-gnome-a88ef14374c7dba68cbbc6cf530be839a9a85eb7.tar.gz
freebsd-ports-gnome-a88ef14374c7dba68cbbc6cf530be839a9a85eb7.tar.zst
freebsd-ports-gnome-a88ef14374c7dba68cbbc6cf530be839a9a85eb7.zip
net-p2p/dogecoin: Fix DragonFly (broken by OSVERSION)
Limit OSVERSION-based modifications to FreeBSD.
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dogecoin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile
index b553c11f01f3..b361858c6c99 100644
--- a/net-p2p/dogecoin/Makefile
+++ b/net-p2p/dogecoin/Makefile
@@ -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