diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-12 02:41:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-12 02:41:00 +0800 |
commit | 05ae4be1e0080f218b42bad2efc13c705403d000 (patch) | |
tree | 8322d78d9bd6102ccdf12f23b2b4c6757e73c6cd /graphics/gdk-pixbuf | |
parent | e9b07c249e2a7fb116406c7ecd86efe9b8c66bc6 (diff) | |
download | freebsd-ports-gnome-05ae4be1e0080f218b42bad2efc13c705403d000.tar.gz freebsd-ports-gnome-05ae4be1e0080f218b42bad2efc13c705403d000.tar.zst freebsd-ports-gnome-05ae4be1e0080f218b42bad2efc13c705403d000.zip |
Fix build system not able to link to itself when staged (thanks usage of ancient autotools...)
Diffstat (limited to 'graphics/gdk-pixbuf')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index f1c5cb097484..3dfc18d86899 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -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 |