diff --git a/packages/fcl-fpterm/fpmake.pp b/packages/fcl-fpterm/fpmake.pp index 31f62a7599..b5d14103d3 100644 --- a/packages/fcl-fpterm/fpmake.pp +++ b/packages/fcl-fpterm/fpmake.pp @@ -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]; diff --git a/packages/ptckvm/fpmake.pp b/packages/ptckvm/fpmake.pp index d51280dcb6..953cd2c40c 100644 --- a/packages/ptckvm/fpmake.pp +++ b/packages/ptckvm/fpmake.pp @@ -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');