mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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:
parent
3ef11032b1
commit
5b6853d660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343559
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue