2
0
Эх сурвалжийг харах

+ enabled compilation of ptc on NetBSD

Nikolay Nikolov 9 сар өмнө
parent
commit
cbd6417201

+ 1 - 1
packages/ptc/fpmake.pp

@@ -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,openbsd,freebsd];
+    p.OSes:=[linux,win32,win64,go32v2,macosx,openbsd,freebsd,netbsd];
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src/ptcwrapper');