diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-03 05:38:19 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-03 05:38:19 +0800 |
commit | a40c7badb846813342a0f57f60c61a8513b02896 (patch) | |
tree | 08ed9e03b6af862570e0a0a3f59f74eb8d586477 /www/mod_php4 | |
parent | 572e275886c70f677142ef505480c4008ad569ff (diff) | |
download | freebsd-ports-gnome-a40c7badb846813342a0f57f60c61a8513b02896.tar.gz freebsd-ports-gnome-a40c7badb846813342a0f57f60c61a8513b02896.tar.zst freebsd-ports-gnome-a40c7badb846813342a0f57f60c61a8513b02896.zip |
Don't hardcode /usr/local/.
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/files/patch-ext_mcal_config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/files/patch-ext_mcal_config.m4 b/www/mod_php4/files/patch-ext_mcal_config.m4 index 41fee8586645..a9597463f28f 100644 --- a/www/mod_php4/files/patch-ext_mcal_config.m4 +++ b/www/mod_php4/files/patch-ext_mcal_config.m4 @@ -6,7 +6,7 @@ PHP_EXTENSION(mcal,$ext_shared) + cat >> confdefs.h <<\EOF +/* Interfaces to callbacks in libmcal */ -+#include "/usr/local/include/mcal/mcal.h" ++#include <mcal/mcal.h> +void cc_searched (unsigned long cal_uid) {} +void cc_fetched(const CALEVENT *event) {} +void cc_login(const char **user, const char **pwd) {} |