]> git.pld-linux.org Git - packages/php-xcache.git/blob - xcache-m4.patch
- add m4 patch, build still broken
[packages/php-xcache.git] / xcache-m4.patch
1 Index: trunk/processor/main.m4
2 ===================================================================
3 --- trunk/processor/main.m4 (revision 311)
4 +++ trunk/processor/main.m4 (revision 342)
5 @@ -8,5 +8,5 @@
6  
7  dnl {{{ basic
8 -define(`REDEF', `undefine(`$1') define(`$1', `$2')')
9 +define(`REDEF', `ifdef(`$1', `undefine(`$1')') define(`$1', `$2')')
10  define(`MAKE_MACRONAME', `translit(`$1', ` ():
11  ', `_____')')
This page took 0.060009 seconds and 3 git commands to generate.