diff options
author | obraun <obraun@FreeBSD.org> | 2003-03-03 17:08:48 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-03-03 17:08:48 +0800 |
commit | 725dc80b264d31d40725166681f95feebd911462 (patch) | |
tree | ff7b9b2f44db18705d2d3075ac2d80629d4286a8 /news/slrnface | |
parent | aef625192fcc47ba61f80e055456589d42dc9c8a (diff) | |
download | freebsd-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-Makefile | 2 |
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 |