From 1510d0437153c0df6def850069c14f9084f77bb1 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 7 Jun 2001 20:17:39 +0000 Subject: Remove USE_LIBINTL as nothing uses libintl.a, and pass -I${BUILDLINK}/include through via CPPFLAGS as well as CFLAGS to ensure that readline/readline.h is found by the configure script. Fixes pkg/13110 by Jesse Off. --- net/samba/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/samba') diff --git a/net/samba/Makefile b/net/samba/Makefile index 1f05342d28b..4032b3085bd 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/06/01 15:21:53 groo Exp $ +# $NetBSD: Makefile,v 1.54 2001/06/07 20:17:39 jlam Exp $ DISTNAME= samba-2.2.0 PKGNAME= ${DISTNAME}nb1 @@ -15,7 +15,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite for UNIX -USE_LIBINTL= # defined USE_SSL= # defined GNU_CONFIGURE= # defined @@ -29,6 +28,7 @@ USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline CFLAGS+= -I${SSLBASE}/include/openssl # ssl.h, err.h CFLAGS+= -I${BUILDLINK_INCDIR} +CPPFLAGS+= -I${BUILDLINK_INCDIR} LDFLAGS+= -L${BUILDLINK_LIBDIR} SAMBA_LOGDIR= /var/log -- cgit v1.2.3