SOURCES: pcre-cxx.patch - updated for 6.1

twittner twittner at pld-linux.org
Wed Jun 22 17:05:57 CEST 2005


Author: twittner                     Date: Wed Jun 22 15:05:57 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 6.1

---- Files affected:
SOURCES:
   pcre-cxx.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/pcre-cxx.patch
diff -u SOURCES/pcre-cxx.patch:1.1 SOURCES/pcre-cxx.patch:1.2
--- SOURCES/pcre-cxx.patch:1.1	Sun Jun 12 16:29:16 2005
+++ SOURCES/pcre-cxx.patch	Wed Jun 22 17:05:52 2005
@@ -1,11 +1,11 @@
---- pcre-6.0/configure.in.orig	2005-06-07 10:36:38.000000000 +0200
-+++ pcre-6.0/configure.in	2005-06-12 16:07:32.943969304 +0200
-@@ -44,7 +44,7 @@
+--- pcre-6.1/configure.in~	2005-06-22 16:58:14.218414248 +0200
++++ pcre-6.1/configure.in	2005-06-22 16:58:37.476878424 +0200
+@@ -96,7 +96,7 @@
+ AC_LANG_RESTORE
  
- AC_PROG_CXX
- 
--if test -n "$ac_cv_prog_ac_ct_CXX"; then
-+if test -n "$CXX"; then
+ dnl From the above, we now have enough info to know if C++ is fully installed
+-if test -n "$ac_cv_prog_ac_ct_CXX" -a "$pcre_has_cpp_headers" = 1; then
++if test -n "$CXX" -a "$pcre_has_cpp_headers" = 1; then
    MAYBE_CPP_TARGETS='$(CPP_TARGETS)'
  fi
- echo "Maybe-cpp-targets: '$ac_cv_prog_CXX' '$MAYBE_CPP_TARGETS'" #!!
+ AC_SUBST(MAYBE_CPP_TARGETS)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pcre-cxx.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list