ports/61636: Fix

Lewis Thompson purple at lewiz.net
Tue Jan 20 16:31:27 UTC 2004


>Number:         61636
>Category:       ports
>Synopsis:       Fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 08:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Lewis Thompson
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD black.lewiz.org 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Tue Jan 13 00:50:34 GMT 2004 root at black.lewiz.org:/usr/src/sys/i386/compile/BLACK i386

>Description:
	Allow ldap and kerberos 5 to work without WITH_CUPS being enabled
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Tue Jan 20 15:51:18 2004
+++ Makefile	Tue Jan 20 15:52:43 2004
@@ -29,8 +29,6 @@
 
 .if defined(WITH_CUPS)
 LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
-CONFIGURE_ENV+=	CPPFLAGS=-I${LOCALBASE}/include \
-		LDFLAGS=-L${LOCALBASE}/lib
 .endif
 
 # directories
@@ -53,6 +51,9 @@
 		--with-lockdir=${VARDIR}/lock --with-privatedir=${SAMBA_PRIVATE} \
 		--exec-prefix=${PREFIX} --with-pam --without-manpages-langs \
 		--with-piddir=${VARDIR}/run --with-logfilebase=${VARDIR}/log
+CONFIGURE_ENV+=	CPPFLAGS=-I${LOCALBASE}/include \
+		LDFLAGS=-L${LOCALBASE}/lib
+
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list