mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
429a258c73
- 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@
11 lines
326 B
Perl
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'),
|
|
);
|
|
}
|