diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-03-03 09:08:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-03-03 09:08:48 +0000 |
commit | d743e3a94f134d1ef785b32d5366ae42bbd7fef8 (patch) | |
tree | f36a8a49e1dd17714fde81d0dd283432b877cd13 /news | |
parent | 386085276e420c4796741e7041aa5b541b76a5cf (diff) | |
download | ports-d743e3a94f134d1ef785b32d5366ae42bbd7fef8.tar.gz ports-d743e3a94f134d1ef785b32d5366ae42bbd7fef8.zip |
Notes
Diffstat (limited to 'news')
-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 |