From 725dc80b264d31d40725166681f95feebd911462 Mon Sep 17 00:00:00 2001 From: obraun Date: Mon, 3 Mar 2003 09:08:48 +0000 Subject: Look for libs in LOCALBASE, too. PR: ports/48867 Submitted by: maintainer Noticed by: Michael Ebert --- news/slrnface/files/patch-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'news/slrnface') diff --git a/news/slrnface/files/patch-Makefile b/news/slrnface/files/patch-Makefile index 423390c500d1..4e5ce80ac229 100644 --- a/news/slrnface/files/patch-Makefile +++ b/news/slrnface/files/patch-Makefile @@ -13,7 +13,7 @@ X_LIBS = -lXt -lX11 # X libs -XF_LIB = -L/usr/local/lib -lcompface # compface library -C_FLAGS = -O -+XF_LIB = -L${X11BASE}/lib -lcompface # compface library ++XF_LIB = -L${X11BASE}/lib -L${LOCALBASE}/lib -lcompface # compface library +C_FLAGS = #-O prefix = /usr/local -- cgit