[43149] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Dec 5 15:12:44 PST 2008


Revision: 43149
          http://trac.macports.org/changeset/43149
Author:   jmr at macports.org
Date:     2008-12-05 15:12:44 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
py-game, py25-game: fix an instance of hardcoded /opt/local

Modified Paths:
--------------
    trunk/dports/python/py-game/files/patch-config_darwin.py.diff
    trunk/dports/python/py25-game/files/patch-config_darwin.py.diff

Modified: trunk/dports/python/py-game/files/patch-config_darwin.py.diff
===================================================================
--- trunk/dports/python/py-game/files/patch-config_darwin.py.diff	2008-12-05 23:09:34 UTC (rev 43148)
+++ trunk/dports/python/py-game/files/patch-config_darwin.py.diff	2008-12-05 23:12:44 UTC (rev 43149)
@@ -33,7 +33,7 @@
 -    incdirs = ['/usr/local/include','/opt/local/include']
 -    libdirs = ['/usr/local/lib','/opt/local/lib']
 +    incdirs = [localbase+'/include', localbase+'/include/SDL', localbase+'/include/smpeg']
-+    libdirs = ['/opt/local/lib']
++    libdirs = [localbase+'/lib']
      newconfig = []
      for d in DEPS:
          d.configure(incdirs, libdirs)

Modified: trunk/dports/python/py25-game/files/patch-config_darwin.py.diff
===================================================================
--- trunk/dports/python/py25-game/files/patch-config_darwin.py.diff	2008-12-05 23:09:34 UTC (rev 43148)
+++ trunk/dports/python/py25-game/files/patch-config_darwin.py.diff	2008-12-05 23:12:44 UTC (rev 43149)
@@ -33,7 +33,7 @@
 -    incdirs = ['/usr/local/include','/opt/local/include']
 -    libdirs = ['/usr/local/lib','/opt/local/lib']
 +    incdirs = [localbase+'/include', localbase+'/include/SDL', localbase+'/include/smpeg']
-+    libdirs = ['/opt/local/lib']
++    libdirs = [localbase+'/lib']
      newconfig = []
      for d in DEPS:
          d.configure(incdirs, libdirs)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081205/75f7b9b7/attachment-0001.html>


More information about the macports-changes mailing list