diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-02 21:38:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-02 21:38:19 +0000 |
commit | cfaf7af6f070d11f23a60754df078bb531aa97c5 (patch) | |
tree | b752127643d0fc846e7e4be707f64dde636fa208 /www/mod_php5 | |
parent | Chase sablotron's shared library number. (diff) |
Don't hardcode /usr/local/.
Notes
Notes:
svn path=/head/; revision=50904
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/files/patch-ext_mcal_config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/files/patch-ext_mcal_config.m4 b/www/mod_php5/files/patch-ext_mcal_config.m4 index 41fee8586645..a9597463f28f 100644 --- a/www/mod_php5/files/patch-ext_mcal_config.m4 +++ b/www/mod_php5/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) {} |