mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)
PR: ports/136992 Submitted by: Andrey Zonov <andrey.zonov AT gmail.com>
This commit is contained in:
parent
391557d670
commit
af509f97c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238767
2 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py
|
|||
SEM_MSG= ""
|
||||
.else
|
||||
IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later
|
||||
.
|
||||
.endif # ${OSVERSION} >= 701106
|
||||
.else # !defined(WITH_SEM)
|
||||
SEM_MSG= "@comment "
|
||||
|
|
|
@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py
|
|||
SEM_MSG= ""
|
||||
.else
|
||||
IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later
|
||||
.
|
||||
.endif # ${OSVERSION} >= 701106
|
||||
.else # !defined(WITH_SEM)
|
||||
SEM_MSG= "@comment "
|
||||
|
|
Loading…
Add table
Reference in a new issue