mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Don't hardcode /usr/local/.
This commit is contained in:
parent
ee8ee315b7
commit
cfaf7af6f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50904
2 changed files with 2 additions and 2 deletions
|
@ -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) {}
|
||||
|
|
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Reference in a new issue