mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:28:40 +02:00
macOS: fix make all
Conflicts between FV and UnivInt units (Keyboard/Mouse) break the compilation of ftckvm/fcl-fpterm
This commit is contained in:
parent
fd83bb10d4
commit
220971289a
@ -14,7 +14,7 @@ Const
|
||||
UnixLikes = AllUnixOSes -[QNX];
|
||||
|
||||
WinEventOSes = [win32,win64];
|
||||
KVMAll = [emx,go32v2,msdos,netware,netwlibc,os2,win32,win64,win16]+UnixLikes+AllAmigaLikeOSes;
|
||||
KVMAll = [emx,go32v2,msdos,netware,netwlibc,os2,win32,win64,win16]+UnixLikes+AllAmigaLikeOSes-[macosx];
|
||||
|
||||
// all full KVMers have crt too
|
||||
CrtOSes = KVMALL+[WatCom];
|
||||
@ -27,7 +27,7 @@ Const
|
||||
{end of copied code}
|
||||
|
||||
KVMAny = KbdOSes+VideoOSes+MouseOSes;
|
||||
PtcKvmOSes = [linux,win32,win64,go32v2,macosx,openbsd,freebsd,netbsd];
|
||||
PtcKvmOSes = [linux,win32,win64,go32v2,openbsd,freebsd,netbsd];
|
||||
|
||||
// OSes that have unix98pty and termio units
|
||||
UnixPtyOSes = [linux,openbsd,freebsd,netbsd];
|
||||
@ -47,7 +47,7 @@ begin
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'https://sourceforge.net/projects/fpterm/';
|
||||
P.Description := 'Terminal emulator library, written in Free Pascal.';
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,ps1];
|
||||
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macosclassic,palmos,zxspectrum,amstradcpc,sinclairql,ps1];
|
||||
if Defaults.CPU=jvm then
|
||||
P.OSes := P.OSes - [java,android];
|
||||
|
||||
|
@ -22,7 +22,7 @@ begin
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'https://sourceforge.net/projects/fpterm/';
|
||||
P.Description := 'Driver for the video, keyboard and mouse units, built on top of the PTCPas graphics library.';
|
||||
p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd,freebsd,netbsd];
|
||||
p.OSes:=[linux,win32,win64,go32v2,openbsd,freebsd,netbsd];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user