Logoj0ke.net Open Build Service > Projects > server:database:cego > php5-cego > cego-includedir.patch
Sign Up | Log In

File cego-includedir.patch of Package php5-cego (Revision 28bbcce330cb2cfea21d6f12a239b127)

Currently displaying revision 28bbcce330cb2cfea21d6f12a239b127, show latest

x
 
1
--- config.m4.orig  2011-06-19 13:38:47.918701812 +0200
2
+++ config.m4   2011-06-19 13:39:08.866748922 +0200
3
@@ -17,7 +17,7 @@
4
 
5
   dnl # --with-cego -> check with-path
6
   SEARCH_PATH="/usr/local /usr"     # you might want to change this
7
-  SEARCH_FOR="/include/cgwrap.h"  # you most likely want to change this
8
+  SEARCH_FOR="/include/cego/cgwrap.h"  # you most likely want to change this
9
   if test -r $PHP_CEGO/$SEARCH_FOR
10
   then #   path given as parameter
11
      CEGO_DIR=$PHP_CEGO
12
--- cego.c.orig 2011-06-19 13:39:43.095281500 +0200
13
+++ cego.c  2011-06-19 13:40:05.920368955 +0200
14
@@ -27,7 +27,7 @@
15
 #include "ext/standard/info.h"
16
 #include "php_cego.h"
17
 
18
-#include "cgwrap.h"
19
+#include "cego/cgwrap.h"
20
 
21
 #define PHPCEGOVERSION "1.0.1"
22
 
23