ports/139555: [PATCH] mail/rmilter: fix configure error as reported by QATty

Sahil Tandon sahil at tandon.net
Tue Oct 13 03:10:01 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list