Author: aredridel Date: Sun Aug 26 02:06:37 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - added
---- Files affected: SOURCES: tint-wxgtk.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/tint-wxgtk.patch diff -u /dev/null SOURCES/tint-wxgtk.patch:1.1 --- /dev/null Sun Aug 26 04:06:37 2007 +++ SOURCES/tint-wxgtk.patch Sun Aug 26 04:06:32 2007 @@ -0,0 +1,13 @@ +diff -ur tint-1.0.1-o/config.py tint-1.0.1/config.py +--- tint-1.0.1-o/config.py 2007-08-25 09:40:13.000000000 -0600 ++++ tint-1.0.1/config.py 2007-08-25 19:20:36.000000000 -0600 +@@ -12,6 +12,6 @@ + + # Linux/g++ compiler options + CXX = 'g++' +-CXXFLAGS = '-Wall -O3 -funroll-loops `wx-config --cxxflags`' +-LINKFLAGS = '`wx-config --libs`' ++CXXFLAGS = '-Wall -O3 -funroll-loops `wx-gtk2-unicode-config --cxxflags`' ++LINKFLAGS = '`wx-gtk2-unicode-config --libs`' + NDEBUG = 'yes' +Only in tint-1.0.1: config.py~ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
