SF.net SVN: gar:[22293] csw/mgar/pkg/pidgin/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed Oct 23 17:55:14 CEST 2013


Revision: 22293
          http://gar.svn.sourceforge.net/gar/?rev=22293&view=rev
Author:   lblume
Date:     2013-10-23 15:55:14 +0000 (Wed, 23 Oct 2013)
Log Message:
-----------
pidgin/trunk: Disable SASL: breaks IRC; add some build deps

Modified Paths:
--------------
    csw/mgar/pkg/pidgin/trunk/Makefile

Modified: csw/mgar/pkg/pidgin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin/trunk/Makefile	2013-10-23 15:12:51 UTC (rev 22292)
+++ csw/mgar/pkg/pidgin/trunk/Makefile	2013-10-23 15:55:14 UTC (rev 22293)
@@ -13,6 +13,8 @@
 DISTFILES += $(NAME)-$(VERSION).tar.bz2
 STRIP_LIBTOOL = 1
 
+GARCOMPILER = SOS12U3
+
 VENDOR_URL = http://pidgin.im
 
 CONFIGURE_ARGS  = $(DIRPATHS)
@@ -31,7 +33,8 @@
 CONFIGURE_ARGS += --enable-consoleui
 
 # We deffinitely want SASL
-CONFIGURE_ARGS += --enable-cyrus-sasl
+### BREAKS IRC
+#CONFIGURE_ARGS += --enable-cyrus-sasl
 
 # For msgfmt, msgmerge, xgettext and gettext to be used from GNU
 CONFIGURE_ENV_PATH = $(prefix)/gnu:$(PATH)
@@ -106,6 +109,8 @@
 BUILD_DEP_PKGS += CSWnspr-dev
 BUILD_DEP_PKGS += CSWmeanwhile-dev
 BUILD_DEP_PKGS += CSWlibsilc-dev
+BUILD_DEP_PKGS += CSWgstreamer-dev
+BUILD_DEP_PKGS += CSWsasl-dev
 
 PATCHFILES += patch-pidgin-Makefile.in
 PATCHFILES += patch-pidgin-plugin.c

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list