Ticket #16158: 16158.patch

File 16158.patch, 705 bytes (added by Aymeric Augustin, 13 years ago)
  • docs/ref/contrib/gis/install.txt

     
    904904
    905905        export PATH=/opt/local/bin:/opt/local/lib/postgresql83/bin
    906906
    907     In addition, add the ``FALLBACK_DYLD_LIBRARY_PATH`` setting so that
     907    In addition, add the ``DYLD_FALLBACK_LIBRARY_PATH`` setting so that
    908908    the libraries can be found by Python::
    909909
    910         export FALLBACK_DYLD_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83
     910        export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83
    911911
    912912__ http://www.macports.org/
    913913
Back to Top