Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Jan 2015 19:51:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195743] print/cups-base: undefined reference to `avahi_XXX`
Message-ID:  <bug-195743-13-B7oxyAZxi2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195743-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195743-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195743

--- Comment #8 from Martin Birgmeier <la5lbtyi@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195743-13-B7oxyAZxi2>