SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/uuid/patches/patch-php_config_m4
Normal file
11
devel/uuid/patches/patch-php_config_m4
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- php/config.m4.orig Tue Jun 18 15:05:53 2013
|
||||
+++ php/config.m4 Tue Jun 18 15:06:08 2013
|
||||
@@ -34,7 +34,7 @@ if test "$PHP_UUID" != "no"; then
|
||||
PHP_NEW_EXTENSION(uuid, uuid.c, $ext_shared)
|
||||
AC_DEFINE(HAVE_UUID, 1, [Have OSSP uuid library])
|
||||
PHP_ADD_LIBPATH([..], )
|
||||
- PHP_ADD_LIBRARY([uuid],, UUID_SHARED_LIBADD)
|
||||
+ PHP_ADD_LIBRARY([ossp-uuid],, UUID_SHARED_LIBADD)
|
||||
PHP_ADD_INCLUDE([..])
|
||||
PHP_SUBST(UUID_SHARED_LIBADD)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue