Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2013 08:37:11 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316090 - head/textproc/py-libxml2
Message-ID:  <201304190837.r3J8bBc1022944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304190837.r3J8bBc1022944>