OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.6 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../sunbird/visibility.patch.x86-64
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. Index: configure
  17. ===================================================================
  18. RCS file: /cvsroot/mozilla/configure,v
  19. retrieving revision 1.1443
  20. diff -u -p -6 -r1.1443 configure
  21. --- ./configure 2 Jun 2005 04:00:20 -0000 1.1443
  22. +++ ./configure 6 Jun 2005 07:34:06 -0000
  23. @@ -7303,13 +7303,13 @@ else
  24. int foo_default = 1;
  25. EOF
  26. ac_cv_visibility_pragma=no
  27. if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
  28. if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then
  29. if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then
  30. - ac_cv_visibility_pragma=yes
  31. + ac_cv_visibility_pragma=no
  32. fi
  33. fi
  34. fi
  35. rm -f conftest.cs
  36. fi