[Bug 195743] print/cups-base: undefined reference to `avahi_XXX`
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 3 19:51:56 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195743
--- Comment #8 from Martin Birgmeier <la5lbtyi at aon.at> ---
In /usr/ports/print/cups-base/Makefile, the following lines look fishy:
.if !defined(CUPS_CLIENT)
pre-build:
${CP} -p ${LOCALBASE}/lib/libcups.a ${WRKSRC}/cups/
${CP} -p ${LOCALBASE}/lib/libcups.so ${WRKSRC}/cups/
${CP} -p ${LOCALBASE}/lib/libcups.so.2 ${WRKSRC}/cups/
.if !defined(CUPS_IMAGE)
${CP} -p ${LOCALBASE}/lib/libcupsimage.so ${WRKSRC}/filter/
${CP} -p ${LOCALBASE}/lib/libcupsimage.so.2 ${WRKSRC}/filter/
.endif
.endif
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list