mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
ChangeLog at: https://gitlab.com/freepascal.org/fpc/source/-/commits/main/?ref_type=HEADS
11 lines
1,005 B
ObjectPascal
11 lines
1,005 B
ObjectPascal
--- packages/rtl-extra/fpmake.pp 2024-01-03 08:10:39.000000000 -0500
|
|
+++ packages/rtl-extra/fpmake.pp 2024-01-03 16:21:18.846789000 -0500
|
|
@@ -20,7 +20,7 @@
|
|
// IPCcdeclOSes = [Darwin,iphonesim,ios];
|
|
|
|
PrinterOSes = [go32v2,msdos,os2,win32,win64,atari]+unixlikes-[beos,haiku,morphos];
|
|
- SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
|
|
+ SerialOSes = [android,linux,freebsd,netbsd,openbsd,win32,win64];
|
|
UComplexOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,sinclairql,human68k,symbian,watcom,wii,wince,win32,win64,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
|
|
MatrixOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,sinclairql,human68k,symbian,watcom,wii,win32,win64,wince,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
|
|
ObjectsOSes = [atari,embedded,emx,gba,go32v2,macosclassic,msdos,nds,netware,netwlibc,os2,sinclairql,human68k,symbian,watcom,wii,win16,win32,win64,wince,freertos,wasi]+UnixLikes+AllAmigaLikeOSes;
|