aboutsummaryrefslogtreecommitdiffstats
path: root/news/slrnface
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-03-03 17:08:48 +0800
committerobraun <obraun@FreeBSD.org>2003-03-03 17:08:48 +0800
commit725dc80b264d31d40725166681f95feebd911462 (patch)
treeff7b9b2f44db18705d2d3075ac2d80629d4286a8 /news/slrnface
parentaef625192fcc47ba61f80e055456589d42dc9c8a (diff)
downloadfreebsd-ports-gnome-725dc80b264d31d40725166681f95feebd911462.tar.gz
freebsd-ports-gnome-725dc80b264d31d40725166681f95feebd911462.tar.zst
freebsd-ports-gnome-725dc80b264d31d40725166681f95feebd911462.zip
Look for libs in LOCALBASE, too.
PR: ports/48867 Submitted by: maintainer Noticed by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
Diffstat (limited to 'news/slrnface')
-rw-r--r--news/slrnface/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
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