mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix build on 11-CURRENT (was otherwise failing due to using utmp instead of
utmpx). Approved by: portmgr (bdrewery)
This commit is contained in:
parent
765a34327e
commit
209c632334
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355737
@ -10,7 +10,7 @@
|
||||
set( FREEBSD_RELEASE "${CMAKE_MATCH_1}" )
|
||||
set( FREEBSD_MAJOR "${CMAKE_MATCH_2}" )
|
||||
set( FREEBSD_MINOR "${CMAKE_MATCH_3}" )
|
||||
@@ -259,6 +260,11 @@
|
||||
@@ -259,6 +260,14 @@
|
||||
set( CONDOR_FREEBSD7 ON )
|
||||
elseif(FREEBSD_MAJOR MATCHES "8" )
|
||||
set( CONDOR_FREEBSD8 ON )
|
||||
@ -18,6 +18,9 @@
|
||||
+ set( CONDOR_FREEBSD9 ON )
|
||||
+ elseif(FREEBSD_MAJOR MATCHES "10" )
|
||||
+ set( CONDOR_FREEBSD10 ON )
|
||||
+ set( CONDOR_FREEBSD9 ON )
|
||||
+ elseif(FREEBSD_MAJOR MATCHES "11" )
|
||||
+ set( CONDOR_FREEBSD11 ON )
|
||||
+ set( CONDOR_FREEBSD9 ON )
|
||||
endif()
|
||||
if( CMAKE_SYSTEM_PROCESSOR MATCHES "amd64" )
|
||||
|
Loading…
Reference in New Issue
Block a user