aboutsummaryrefslogtreecommitdiff
path: root/news/slrnface
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-03 09:08:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-03 09:08:48 +0000
commitd743e3a94f134d1ef785b32d5366ae42bbd7fef8 (patch)
treef36a8a49e1dd17714fde81d0dd283432b877cd13 /news/slrnface
parent386085276e420c4796741e7041aa5b541b76a5cf (diff)
downloadports-d743e3a94f134d1ef785b32d5366ae42bbd7fef8.tar.gz
ports-d743e3a94f134d1ef785b32d5366ae42bbd7fef8.zip
Look for libs in LOCALBASE, too.
PR: ports/48867 Submitted by: maintainer Noticed by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=76785
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