Commit by: bear
Modified files:
internal/wxPython-2.5/Makefile 1.40 1.41

Log message:
ok, I don't know why I never remember that you cannot easily cancel a commit
once you are in the "editing the comment" part
This time I made the change use the PREFIX define to make it less hard-code


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.40&r2=text&tr2=1.41

Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.40 internal/wxPython-2.5/Makefile:1.41
--- internal/wxPython-2.5/Makefile:1.40 Tue Mar  1 20:51:31 2005
+++ internal/wxPython-2.5/Makefile      Tue Mar  1 20:54:07 2005
@@ -116,7 +116,7 @@
 
 wxPython:
        cd $(SRC)/wxPython; \
-        export LD_LIBRARY_PATH=/home/builder/tinderbuild/external/release/lib; 
\
+        export LD_LIBRARY_PATH=$(PREFIX)/lib; \
         $(PYTHON) setup.py BUILD_OGL=0 BUILD_GLCANVAS=0 \
                            USE_SWIG=$(SWIG_OPTION) \
                            SWIG=$(SWIG) \

_______________________________________________
Commits mailing list
Commits@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to