Date: Mon, 31 Oct 2005 18:17:01 +0100 (CET) From: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88280: [MAINTAINER] polish/pl-kadu: fix to respect non-standard {LOCAL, X11}BASE Message-ID: <200510311717.j9VHH1Ej095133@ghost.pnet.one.pl> Resent-Message-ID: <200510311720.j9VHKEd9008412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88280 >Category: ports >Synopsis: [MAINTAINER] polish/pl-kadu: fix to respect non-standard {LOCAL,X11}BASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 31 17:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Oct 12 19:55:33 CEST 2005 >Description: - Fix build wih non-standard X11BASE and LOCALBASE Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pl-kadu-0.4.2,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/polish/kadu.orig/Makefile /usr/ports/polish/kadu/Makefile --- /usr/ports/polish/kadu.orig/Makefile Mon Oct 31 16:54:41 2005 +++ /usr/ports/polish/kadu/Makefile Mon Oct 31 16:54:29 2005 @@ -23,6 +23,8 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-existing-libgadu="${LOCALBASE}" \ + --with-includes="${LOCALBASE}/include ${X11BASE}/include" \ + --with-libs="${LOCALBASE}/lib ${X11BASE}/lib" \ --program-transform-name='' CONFIGURE_ENV= QTDIR="${QT_PREFIX}" --- pl-kadu-0.4.2,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510311717.j9VHH1Ej095133>