SOURCES: php-pecl-haru-pathfix.patch (NEW) - new

adamg adamg at pld-linux.org
Sat Dec 27 03:41:49 CET 2008


Author: adamg                        Date: Sat Dec 27 02:41:49 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   php-pecl-haru-pathfix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-pecl-haru-pathfix.patch
diff -u /dev/null SOURCES/php-pecl-haru-pathfix.patch:1.1
--- /dev/null	Sat Dec 27 03:41:50 2008
+++ SOURCES/php-pecl-haru-pathfix.patch	Sat Dec 27 03:41:43 2008
@@ -0,0 +1,11 @@
+--- php-pecl-haru-1.0.0/config.m4~	2008-11-19 09:48:57.000000000 +0100
++++ php-pecl-haru-1.0.0/config.m4	2008-12-27 03:16:27.259726875 +0100
+@@ -19,7 +19,7 @@
+   SEARCH_FOR="include/hpdf.h"
+   if test "$PHP_HARU" = "yes"; then
+ 	AC_MSG_CHECKING([for Haru in default path])
+-    for i in "$SEARCH_PATH"; do
++    for i in $SEARCH_PATH; do
+       if test -r "$i/$SEARCH_FOR"; then
+         HARU_DIR="$i"
+         AC_MSG_RESULT(found in $i)
================================================================


More information about the pld-cvs-commit mailing list