From a2921c23eaa255bc69c69d91b5b5c2c458849a73 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 27 Sep 2001 11:44:51 +0000 Subject: Add ${KRB5_HOME}/include to $CFLAGS and ${KRB5_HOME}/lib to $XLOCKLIBS for people using kerberos5. Suggested by: Niels Kroon --- x11/xlockmore/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index acb691bc9709..84d7aa752cf1 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --enable-kerberos4 .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-kerberos5 +CFLAGS+= -I${KRB5_HOME}/include +KRB5LIB= -L${KRB5_HOME}/lib .endif USE_X_PREFIX= yes USE_XPM= yes @@ -31,11 +33,12 @@ MAN1= xlock.1 WITH_MESAGL?= yes .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl -CONFIGURE_ENV+= XLOCKLIBS="${PTHREAD_LIBS}" +MESALIB= ${PTHREAD_LIBS} USE_MESA= yes .else CONFIGURE_ARGS+= --without-mesagl --without-opengl .endif +CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${MESALIB}" .include -- cgit v1.2.3