dnl dnl GNOME_XML_HOOK (script-if-xml-found, failflag) dnl dnl If failflag is "failure", script aborts due to lack of XML dnl dnl Check for availability of the libxml library dnl the XML parser uses libz if available too dnl AC_DEFUN([GNOME_XML_HOOK],[ AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) if test "$GNOME_CONFIG" = no; then if test x$2 = xfailure; then AC_MSG_ERROR(Could not find gnome-config) fi fi GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml` AC_SUBST(GNOME_XML_CFLAGS) AC_CHECK_LIB(xml, xmlNewDoc, [ $1 GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` ], [ if test x$2 = xfailure; then AC_MSG_ERROR(Could not link sample xml program) fi ], `$GNOME_CONFIG --libs xml`) AC_SUBST(GNOME_XML_LIB) ]) AC_DEFUN([GNOME_XML_CHECK], [ GNOME_XML_HOOK([],failure) ]) reebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/lxde-meta
Commit message (Expand)AuthorAgeFilesLines
* x11/menu-cacheRusmir Dusko2013-10-051-4/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* x11/lxde-meta: fix pkg-descr WWWWilliam Grzybowski2013-06-212-8/+4
* Send some ports back to the pool that I no longer have time forKris Moore2013-06-181-1/+1
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-261-1/+1
* - Add x11-wm/obconf as a dependencyLars Engels2010-10-081-1/+2
* - Bump PORTREV and link in building some new LXDE related ports.Kris Moore2010-09-301-2/+5
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
* - Fix indexMartin Wilke2009-03-311-1/+1
* - Ups fix a mistakeMartin Wilke2009-03-311-1/+0