# HG changeset patch # User Rich Burridge # Date 1380153292 25200 # Node ID cb30aa7f446cbad3120a1c307544c7c35532a48b # Parent 808df10bcc0978b42d7901fe6fc53cb4c685e20e 17464860 groffer fails finding support library diff -r 808df10bcc09 -r cb30aa7f446c components/groff/Makefile --- a/components/groff/Makefile Wed Sep 25 16:51:02 2013 -0700 +++ b/components/groff/Makefile Wed Sep 25 16:54:52 2013 -0700 @@ -51,6 +51,10 @@ $(GSED) -i -e 's?awk?/usr/gnu/bin/awk?' \ $(SOURCE_DIR)/src/roff/grog/grog.sh +# Everything is under /usr/bin and /usr/lib so set bindir and libdir correctly. +CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin +CONFIGURE_LIBDIR.64 = $(CONFIGURE_PREFIX)/lib + CONFIGURE_OPTIONS += \ --with-appresdir=$(CONFIGURE_PREFIX)/X11/lib/X11/app-defaults