mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
+ enabled compilation of the package ptc on OpenBSD
This commit is contained in:
parent
f0c3d69068
commit
19f97666e8
@ -22,7 +22,7 @@ begin
|
||||
P.License := 'LGPL with modification, ';
|
||||
P.HomepageURL := 'http://ptcpas.sourceforge.net/';
|
||||
P.Description := 'A free, portable framebuffer library.';
|
||||
p.OSes:=[linux,win32,win64,go32v2,macosx];
|
||||
p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/ptcwrapper');
|
||||
|
Loading…
Reference in New Issue
Block a user