diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-22 20:16:46 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-01-22 20:16:46 +0000 |
commit | 788e40480cc2e98089c9735a1820ac02c2d7338d (patch) | |
tree | edce983de044f40da2d8ec744e0895422bdcec71 /graphics | |
parent | x11-wm/sway: update to 1.4 (diff) |
graphics/poppler-glib: fix build outside of poudriere
When simply running make in graphics/poppler-glib -L${LOCALBASE}
seems to be missing under some circumstances in the linker flags.
As a work-around, switch to USES=localbase:ldflags until fixed
properly.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Notes
Notes:
svn path=/head/; revision=523840
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/poppler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index d05874159aa5..b1082ecfde75 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \ RUN_DEPENDS= poppler-data>0:graphics/poppler-data USES= compiler:c++11-lang cpe cmake:insource gnome jpeg libtool \ - localbase pathfix pkgconfig tar:xz + localbase:ldflags pathfix pkgconfig tar:xz CPE_VENDOR= freedesktop USE_GNOME= cairo libxml2 USE_LDCONFIG= yes |