diff options
author | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-04-11 18:07:23 +0000 |
---|---|---|
committer | jonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2012-04-11 18:07:23 +0000 |
commit | caa23e9da1602d5e9ce2640eb5f2512c88e10221 (patch) | |
tree | 54e7f87eed55f1d6d9cce8b84d958236b5ecf805 /packages/libcurl/fpmake.pp | |
parent | 53b209c0305731ca4147b8390908c936db288fae (diff) | |
download | fpc-caa23e9da1602d5e9ce2640eb5f2512c88e10221.tar.gz |
* enabled for AIX
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20851 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libcurl/fpmake.pp')
-rw-r--r-- | packages/libcurl/fpmake.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libcurl/fpmake.pp b/packages/libcurl/fpmake.pp index 9000cac29e..ce4b99b4a3 100644 --- a/packages/libcurl/fpmake.pp +++ b/packages/libcurl/fpmake.pp @@ -21,7 +21,7 @@ begin P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team'; P.License := 'Library: MIT, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; - P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux]; + P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix]; P.Email := ''; P.Description := 'Library to fetch files from URLs using many protocols.'; P.NeedLibC:= true; // true for headers that indirectly link to libc? |