Changes between Initial Version and Version 1 of Ticket #37562, comment 9


Ignore:
Timestamp:
Oct 24, 2013, 12:21:59 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37562, comment 9

    initial v1  
    1 Temporary work around... use the old version.[[BR]]
     1Temporary work around... use the old version.
    22
    3 sudo port install subversion (if you don't have it already).[[BR]]
     3{{{
     4sudo port install subversion
     5}}}
     6(if you don't have it already).
    47
    5 then...[[BR]]
     8then...
    69
    7 
    8 svn co -r 89205 http://svn.macports.org/repository/macports/trunk/dports/devel/libsdl [[BR]]
    9 
    10 cd libsdl[[BR]]
    11 
    12 sudo port install[[BR]]
    13 
     10{{{
     11svn co -r 89205 http://svn.macports.org/repository/macports/trunk/dports/devel/libsdl
     12cd libsdl
     13sudo port install
     14}}}
    1415
    1516then you should have the old version back that works.  I did the above to get Gource working for now.