Date: Mon, 12 Oct 2009 22:45:39 -0400 (EDT) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139555: [PATCH] mail/rmilter: fix configure error as reported by QATty Message-ID: <20091013024539.615071709C@spartan.hamla.org> Resent-Message-ID: <200910130310.n9D3A1sd080220@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139555 >Category: ports >Synopsis: [PATCH] mail/rmilter: fix configure error as reported by QATty >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 13 03:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: ./configure script fails as reported by QATty: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/rmilter-1.5.18.log >How-To-Repeat: >Fix: --- rmilter.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rmilter/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 14 Aug 2009 15:01:44 -0000 1.3 +++ Makefile 13 Oct 2009 02:18:24 -0000 @@ -16,6 +16,9 @@ PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" .ifdef WITH_DEBUG CONFIGURE_ARGS+= --enable-debug --- rmilter.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091013024539.615071709C>