im.pidgin.pidgin: c2cb81220b24c4a6184ef5620f6744a7369a33b9

nosnilmot at pidgin.im nosnilmot at pidgin.im
Sat Nov 3 16:25:58 EDT 2007


-----------------------------------------------------------------
Revision: c2cb81220b24c4a6184ef5620f6744a7369a33b9
Ancestor: 4c6e68a346bed0712bb61e796106f2851e0316a7
Author: nosnilmot at pidgin.im
Date: 2007-11-03T19:57:01
Branch: im.pidgin.pidgin

Modified files:
        libpurple/protocols/bonjour/Makefile.mingw

ChangeLog: 

The include dir in the Bonjour SDK has a capital I, so specify that in the
makefile to make cross-compiling on case-sensitive filesystems work

-------------- next part --------------
============================================================
--- libpurple/protocols/bonjour/Makefile.mingw	410ae586a5d03845b599f66684b7ea19bbe4a07e
+++ libpurple/protocols/bonjour/Makefile.mingw	e7ffc30df86aa1e0d0d0becdf903b2662b0c1d5e
@@ -29,7 +29,7 @@ INCLUDE_PATHS +=	-I. \
 			-I$(GTK_TOP)/include \
 			-I$(GTK_TOP)/include/glib-2.0 \
 			-I$(GTK_TOP)/lib/glib-2.0/include \
-			-I$(BONJOUR_TOP)/include \
+			-I$(BONJOUR_TOP)/Include \
 			-I$(LIBXML2_TOP)/include \
 			-I$(PURPLE_TOP) \
 			-I$(PURPLE_TOP)/win32 \


More information about the Commits mailing list