components/apr/patches/apr_common.m4.patch
changeset 2059 da41cc055371
parent 2058 f97e212983b2
child 2060 a9ad5cd0ec29
--- a/components/apr/patches/apr_common.m4.patch	Tue Aug 26 11:05:41 2014 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-=== This is added to fix the MKDEP value for Sun Studio compiler
---- build/apr_common.m4.orig	Mon Oct 29 04:47:32 2007
-+++ build/apr_common.m4	Wed Aug 13 01:36:00 2008
-@@ -948,7 +948,7 @@
-   int main() { return 0; }
- EOF
-   MKDEP="true"
--  for i in "$CC -MM" "$CC -M" "$CPP -MM" "$CPP -M" "cpp -M"; do
-+  for i in "$CC -MM" "$CC -M" "$CC -xM" "$CPP -MM" "$CPP -M" "$CPP -xM" "cpp -M"; do
-     AC_MSG_CHECKING([if $i can create proper make dependencies])
-     if $i conftest.c 2>/dev/null | grep 'conftest.o: conftest.c' >/dev/null; then
-       MKDEP=$i