]> git.pld-linux.org Git - packages/php.git/commitdiff
- xslt module fix for gcc 3.3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Jun 2003 13:42:24 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-xslt-gcc33.patch -> 1.1

php-xslt-gcc33.patch [new file with mode: 0644]

diff --git a/php-xslt-gcc33.patch b/php-xslt-gcc33.patch
new file mode 100644 (file)
index 0000000..c09e2db
--- /dev/null
@@ -0,0 +1,11 @@
+--- php-4.3.2/ext/xslt/config.m4.orig  Wed Apr 23 08:55:00 2003
++++ php-4.3.2/ext/xslt/config.m4       Fri Jun 13 13:08:17 2003
+@@ -66,7 +66,7 @@
+        SABINF_CFLAGS=`$XSLT_DIR/bin/sablot-config --cflags`
+        SABINF_LIBS=`$XSLT_DIR/bin/sablot-config --libs`
+        SABINF_PREFIX=`$XSLT_DIR/bin/sablot-config --prefix`
+-       SABINF_ALL="\"Cflags: $SABINF_CFLAGS\nLibs: $SABINF_LIBS\nPrefix: $SABINF_PREFIX\""
++       SABINF_ALL="\"Cflags: $SABINF_CFLAGS\\\\nLibs: $SABINF_LIBS\\\\nPrefix: $SABINF_PREFIX\""
+        PHP_DEFINE(SAB_INFO, "$SABINF_ALL")
+     else
+        AC_MSG_RESULT(not found)
This page took 0.049102 seconds and 4 git commands to generate.