1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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

Limit OSVERSION-based modifications to FreeBSD.  This port suddenly
broken and the use of OSVERSION without OPSYS was the cause.
This commit is contained in:
John Marino 2014-02-09 23:29:16 +00:00
parent 3ef11032b1
commit 5b6853d660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343559

View File

@ -75,7 +75,7 @@ QMAKE_USE_DBUS= 0
PLIST_FILES+= share/applications/litecoin-qt.desktop share/pixmaps/litecoin64.png
.endif
.if ${OSVERSION} >= 1000054
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-endian
.endif