svn commit: r316090 - head/textproc/py-libxml2

Koop Mast kwm at FreeBSD.org
Fri Apr 19 08:37:11 UTC 2013


Author: kwm
Date: Fri Apr 19 08:37:11 2013
New Revision: 316090
URL: http://svnweb.freebsd.org/changeset/ports/316090

Log:
  Unbreak after libxml2 2.8.0_2 update.
  
  Reported by:	zeissoctopus on IRC
  Feature safe:	yes

Modified:
  head/textproc/py-libxml2/Makefile

Modified: head/textproc/py-libxml2/Makefile
==============================================================================
--- head/textproc/py-libxml2/Makefile	Fri Apr 19 08:01:27 2013	(r316089)
+++ head/textproc/py-libxml2/Makefile	Fri Apr 19 08:37:11 2013	(r316090)
@@ -17,7 +17,7 @@ PLIST=		${.CURDIR}/pkg-plist
 USE_GNOME+=	libxml2
 USE_PYTHON=	yes
 CPPFLAGS+=	`${PYTHON_VERSION}-config --cflags`
-LDFLAGS+=	`${PYTHON_VERSION}-config --libs`
+LDFLAGS+=	-L${LOCALBASE}/lib `${PYTHON_VERSION}-config --libs`
 CONFIGURE_ARGS=	--with-iconv=${LOCALBASE} \
 		--with-html-dir=${PREFIX}/share/doc \
 		--with-html-subdir=${PORTNAME} \


More information about the svn-ports-all mailing list