Author: darekr Date: Tue May 2 18:58:07 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix path to qt headers
---- Files affected: SOURCES: kseg-qt_headers.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kseg-qt_headers.patch diff -u /dev/null SOURCES/kseg-qt_headers.patch:1.1 --- /dev/null Tue May 2 20:58:07 2006 +++ SOURCES/kseg-qt_headers.patch Tue May 2 20:58:02 2006 @@ -0,0 +1,10 @@ +--- kseg-0.3.orig/formula/Makefile 2006-05-02 20:49:44.000000000 +0200 ++++ kseg-0.3/formula/Makefile 2006-05-02 20:49:56.000000000 +0200 +@@ -1,6 +1,6 @@ + # Makefile for formula + CC = gcc +-QTINCLUDE = -I/usr/X11R6/include/qt ++QTINCLUDE = -I/usr/include/qt + CCFLAGS = -c -O2 -fno-rtti -fno-exceptions + LIBS = + MOC = moc ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
