diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-07-08 16:15:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-07-08 16:15:11 +0000 |
commit | bcc1be498d1c98254b0421d077a9902de03f7391 (patch) | |
tree | 4778b1ea01189e5055540ae035e953aa386410a2 /net/ser | |
parent | ac00bb660c1674f03eff66593b06c0bdb38ece84 (diff) |
Notes
Diffstat (limited to 'net/ser')
-rw-r--r-- | net/ser/files/patch-Makefile.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ser/files/patch-Makefile.defs b/net/ser/files/patch-Makefile.defs index 3e3b9e78cef3..1a0c81731f29 100644 --- a/net/ser/files/patch-Makefile.defs +++ b/net/ser/files/patch-Makefile.defs @@ -139,7 +139,7 @@ $FreeBSD$ LIBS= -pthread -lfl #dlopen is in libc else - LIBS= -lfl #dlopen is in libc -+ LIBS= -lfl -L$(LOCALBASE)/lib -lsiplog #dlopen is in libc ++ LIBS= -lfl -L$(LOCALBASE)/lib #dlopen is in libc endif YACC=yacc endif |