From cfaf7af6f070d11f23a60754df078bb531aa97c5 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 2 Dec 2001 21:38:19 +0000 Subject: Don't hardcode /usr/local/. --- www/mod_php4/files/patch-ext_mcal_config.m4 | 2 +- www/mod_php5/files/patch-ext_mcal_config.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') 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 +void cc_searched (unsigned long cal_uid) {} +void cc_fetched(const CALEVENT *event) {} +void cc_login(const char **user, const char **pwd) {} 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 +void cc_searched (unsigned long cal_uid) {} +void cc_fetched(const CALEVENT *event) {} +void cc_login(const char **user, const char **pwd) {} -- cgit v1.2.3