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) ]) 2062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pngwriter
Commit message (Expand)AuthorAgeFilesLines
* Convert g* to USES=pkgconfigbapt2013-04-231-7/+2
* Convert to new options.wxs2012-11-251-14/+20
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+2
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+1
* - update png to 1.5.10dinoex2012-06-012-4/+39
* -remove MD5ohauer2011-07-031-1/+0
* - fix build for png-1.4.1dinoex2010-03-292-1/+23
* - update to 1.4.1dinoex2010-03-281-1/+2
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1