Date: Mon, 23 Jul 2012 17:10:14 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-python@FreeBSD.org Subject: Re: ports/156425: commit references a PR Message-ID: <201207231710.q6NHAEfp042017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156425; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156425: commit references a PR Date: Mon, 23 Jul 2012 17:00:57 +0000 (UTC) Author: mva Date: Mon Jul 23 17:00:46 2012 New Revision: 301403 URL: http://svn.freebsd.org/changeset/ports/301403 Log: - Fix includes and linker settings for lang/python2*'s PTH options PR: ports/156425 Reported by: Iwao, Koichiro <meta@club.kyutech.ac.jp> Modified: head/textproc/py-libxml2/Makefile (contents, props changed) Modified: head/textproc/py-libxml2/Makefile ============================================================================== --- head/textproc/py-libxml2/Makefile Mon Jul 23 16:11:06 2012 (r301402) +++ head/textproc/py-libxml2/Makefile Mon Jul 23 17:00:46 2012 (r301403) @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,8 @@ PLIST= ${.CURDIR}/pkg-plist USE_GNOME= gnomehack libxml2 USE_PYTHON= yes +CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` +LDFLAGS+= `${PYTHON_VERSION}-config --libs` CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207231710.q6NHAEfp042017>