1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/p5-CGI-SpeedyCGI/files/patch-src__SpeedyMake.pl
Olli Hauer 429a258c73 - add stage support
- use modern OPTION syntax
- remove useless PERL_LEVEL check (meanwhile always >= 501000)
- regenerate patch files so they match the `make makepatch' naming schema
- add LICENSE (GPLv2)
- remove BROKEN ...

with hat apache@
2014-04-15 13:28:06 +00:00

11 lines
326 B
Perl

--- src/SpeedyMake.pl.orig Sun Mar 30 08:17:01 2003
+++ src/SpeedyMake.pl Sun Mar 30 08:18:59 2003
@@ -214,6 +214,7 @@
join(' ',
"-DSPEEDY_PROGNAME=\\\"" . $class->my_name_full . "\\\"",
"-DSPEEDY_VERSION=\\\"\$(VERSION)\\\"",
+ "-DIAMSUID",
'-DSPEEDY_' . ($class->am_frontend ? 'FRONTEND' : 'BACKEND'),
);
}