From 71a6138a17104d5045b304fcaf3fdfcf5c7e6fec Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 20 Oct 2015 21:13:36 +0000 Subject: [PATCH] * Patch from Silvio Clecio to update fpmake targets and properties git-svn-id: trunk@32105 - --- packages/libmicrohttpd/fpmake.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/libmicrohttpd/fpmake.pp b/packages/libmicrohttpd/fpmake.pp index 3a9f314f2c..632243eed9 100644 --- a/packages/libmicrohttpd/fpmake.pp +++ b/packages/libmicrohttpd/fpmake.pp @@ -17,14 +17,14 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} P.Version:='3.1.1'; - P.Author := 'Library: GNU foundation, header: Silvio Clecio)'; - P.License := 'Library: LGPL or later, header: LGPL with modification, '; - P.HomepageURL := 'www.gnu.org'; + P.Author := 'Library: GNU foundation, header: Silvio Clecio'; + P.License := 'Library: LGPL or later, header: LGPL with modification'; + P.HomepageURL := 'https://www.gnu.org/software/libmicrohttpd/'; P.Email := ''; - P.Description := 'Event based micro-http server library interface'; + P.Description := 'Event and threaded based micro-http server library interface'; P.NeedLibC:= true; P.Dependencies.Add('rtl-extra'); - P.OSes := [win32,win64,linux]; + P.OSes := [android,freebsd,linux,netbsd,openbsd,os2,win32,win64,symbian]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); T:=P.Targets.AddUnit('libmicrohttpd.pp');