[csw-devel] SF.net SVN: gar:[2742] csw/mgar/pkg/pidgin/trunk/Makefile
harpchad at users.sourceforge.net
harpchad at users.sourceforge.net
Fri Jan 2 22:44:39 CET 2009
Revision: 2742
http://gar.svn.sourceforge.net/gar/?rev=2742&view=rev
Author: harpchad
Date: 2009-01-02 21:44:31 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
Add path to dot and ncurses include
Modified Paths:
--------------
csw/mgar/pkg/pidgin/trunk/Makefile
Modified: csw/mgar/pkg/pidgin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin/trunk/Makefile 2009-01-02 21:30:15 UTC (rev 2741)
+++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-01-02 21:44:31 UTC (rev 2742)
@@ -11,6 +11,7 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += x11.pc
DISTFILES += $(call admfiles,CSWpidgin,prototype depend)
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += '--with-dbus-services=/opt/csw/etc/dbus-1'
CONFIGURE_ARGS += '--with-tclconfig=/opt/csw/lib'
@@ -20,7 +21,11 @@
CONFIGURE_ARGS += '--disable-avahi'
CONFIGURE_ARGS += '--disable-nm'
-#Need to include out own x11.pc file as solaris 8 doesn't have one
+CONFIGURE_ENV += DOT="/opt/csw/graphviz2/bin/dot"
+
+EXTRA_INC += /opt/csw/include/ncurses
+
+#Need to include our own x11.pc file as solaris 8 doesn't have one
PKG_CONFIG_PATH += $(CURDIR)/$(WORKDIR)
#No tests
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