summaryrefslogtreecommitdiff
path: root/homebrew/fcgi/.beer
blob: 093fb76501e578e3d4aeacf0c47b7198e60f2272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "name": "Fcgi",
    "description": "Protocol for interfacing interactive programs with a web server",
    "url": "https://downloads.sourceforge.net/project/slackbuildsdirectlinks/fcgi/fcgi-2.4.0.tar.gz",
    "mirror": "https://fossies.org/linux/www/old/fcgi-2.4.0.tar.gz",
    "homepage": "https://fastcgi-archives.github.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "--- a/libfcgi/fcgi_stdio.c\n",
                "+++ b/libfcgi/fcgi_stdio.c\n",
                "@@ -40,7 +40,12 @@\n",
                "\n",
                " #ifndef _WIN32\n",
                "\n",
                "+#if defined(__APPLE__)\n",
                "+#include <crt_externs.h>\n",
                "+#define environ (*_NSGetEnviron())\n",
                "+#else\n",
                " extern char **environ;\n",
                "+#endif\n",
                "\n",
                " #ifdef HAVE_FILENO_PROTO\n",
                " #include <stdio.h>\n"
            ]
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.4.0",
    "file": "fcgi.rb"
}