From 38ddaf2624f12eab37395ee8daf758f8342f3be0 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Tue, 18 Mar 2008 06:34:16 +0000 Subject: [PATCH] - Fix build Reported by: pointyhat via pav Submitted by: Scot Hetzel --- comms/gnokii/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index d3d4e419f91a..4c2ab979d7ce 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ XGETTEXT="${LOCALBASE}/bin/xgettext" \ CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fPIC" \ - LIBS="-L../common -L${LOCALBASE}/lib" + LIBS="-L../common -L${LOCALBASE}/lib" \ + PKG_CONFIG="${LOCALBASE}/bin/pkg-config" MAN1= gnokii.1 sendsms.1 MAN8= gnokiid.8 mgnokiidev.8