Author: pluto Date: Tue Apr 25 19:36:44 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - build fix (include config.h for __EXPORT def).
---- Files affected: SOURCES: ccrtp-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ccrtp-gcc4.patch diff -u /dev/null SOURCES/ccrtp-gcc4.patch:1.1 --- /dev/null Tue Apr 25 21:36:44 2006 +++ SOURCES/ccrtp-gcc4.patch Tue Apr 25 21:36:39 2006 @@ -0,0 +1,10 @@ +--- ccrtp-1.3.7/src/ccrtp/queuebase.h.orig 2005-02-06 23:19:57.000000000 +0100 ++++ ccrtp-1.3.7/src/ccrtp/queuebase.h 2006-04-25 21:36:00.000000000 +0200 +@@ -44,6 +44,7 @@ + #ifndef CCXX_RTP_QUEUEBASE_H_ + #define CCXX_RTP_QUEUEBASE_H_ + ++#include <cc++/config.h> + #include <cc++/pointer.h> + #include <ccrtp/rtppkt.h> + #include <ccrtp/sources.h> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
