Changes between Initial Version and Version 1 of Ticket #3119, comment 3


Ignore:
Timestamp:
Mar 24, 2016, 5:04:25 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3119, comment 3

    initial v1  
    1  While perhaps not fully general (I haven't looked at the other stanzas in patch-setup all that closely)
     1While perhaps not fully general (I haven't looked at the other stanzas in patch-setup all that closely)
    22this patch gets it to work on tiger -- I don't know why it isn't getting /usr/X11R6/include from
    33somewhere else, but this at least fixes it in place...  _Mark_ <eichin@thok.org>
    44
    5 --- darwinports/dports/python/py-pil/files/patch-setup.py~      2005-02-14 19:37:03.000000000
    6 -0500
    7 +++ darwinports/dports/python/py-pil/files/patch-setup.py       2005-06-11 14:15:40.000000000
    8 -0400
     5{{{
     6--- darwinports/dports/python/py-pil/files/patch-setup.py~      2005-02-14 19:37:03.000000000 -0500
     7+++ darwinports/dports/python/py-pil/files/patch-setup.py       2005-06-11 14:15:40.000000000 -0400
    98@@ -96,7 +96,7 @@
    109  # --------------------------------------------------------------------
     
    2423 +    elif os.path.isdir("@prefix@/include/freetype2"):
    2524          # assume that the freetype library is installed in a
     25}}}