diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-11 02:17:22 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-11 02:17:22 +0000 |
commit | 87a7fb201a924b9b23c252b2dfec0538f1682828 (patch) | |
tree | 56fe08dc990d1f5493ea6c739d54cdd13714d407 /www/p5-CGI-SpeedyCGI/files | |
parent | 6db9e820016bba5d72b40f3f023c7b1579d3a757 (diff) |
Notes
Diffstat (limited to 'www/p5-CGI-SpeedyCGI/files')
-rw-r--r-- | www/p5-CGI-SpeedyCGI/files/patch-src::SpeedyMake.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-CGI-SpeedyCGI/files/patch-src::SpeedyMake.pl b/www/p5-CGI-SpeedyCGI/files/patch-src::SpeedyMake.pl new file mode 100644 index 000000000000..41f7688a19e0 --- /dev/null +++ b/www/p5-CGI-SpeedyCGI/files/patch-src::SpeedyMake.pl @@ -0,0 +1,10 @@ +--- 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'), + ); + } |