Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 18:41:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351025 - head/graphics/gdk-pixbuf
Message-ID:  <201404111841.s3BIf0WG085375@svn.freebsd.org>

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



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