svn commit: r351025 - head/graphics/gdk-pixbuf

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 18:41:01 UTC 2014


Author: bapt
Date: Fri Apr 11 18:41:00 2014
New Revision: 351025
URL: http://svnweb.freebsd.org/changeset/ports/351025
QAT: https://qat.redports.org/buildarchive/r351025/

Log:
  Fix build system not able to link to itself when staged (thanks usage of ancient autotools...)

Modified:
  head/graphics/gdk-pixbuf/Makefile

Modified: head/graphics/gdk-pixbuf/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf/Makefile	Fri Apr 11 18:33:50 2014	(r351024)
+++ head/graphics/gdk-pixbuf/Makefile	Fri Apr 11 18:41:00 2014	(r351025)
@@ -4,7 +4,7 @@
 
 PORTNAME?=	gdk-pixbuf
 PORTVERSION=	0.22.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES?=	graphics
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gdk-pixbuf/0.22
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
 		--disable-gtk-doc
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
+CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -L${STAGEDIR}${PREFIX}/lib" \
 		BUILD_CANVAS="${BUILD_CANVAS}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 


More information about the svn-ports-head mailing list