Try inserting something like this before ".if defined(A4)" in the
port's Makefile:


.if defined(WITH_LIBPAPER)
LIB_DEPENDS+=   paper.2:${PORTSDIR}/print/libpaper
CONFIGURE_ARGS+=        -with-libpaper-library="${LOCALBASE}/lib" \
                --with-libpaper-includes="${LOCALBASE}/include"
.else
CONFIGURE_ARGS+=        --without-libpaper-library
.endif


If that solves the problem, submit a Followup to PR ports/110058
with the additional logic so it can be incorporated in the
upgrade to xpdf 3.02.

(Using A4 is not a factor here.)

                                        -=EPS=-
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to