summaryrefslogtreecommitdiff
path: root/net/ser
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-10-21 22:58:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-10-21 22:58:03 +0000
commitdf5e791bcf20ec1785a7bb537587d7077e4a956f (patch)
treed924beb6da4f06d9936bae8708ce0b8c74747bde /net/ser
parentUpdate to v1.45. This version has major updates for RFC3667/3668 (diff)
Remove local change which breaks the build.
Notes
Notes: svn path=/head/; revision=119946
Diffstat (limited to 'net/ser')
-rw-r--r--net/ser/files/patch-Makefile.defs9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ser/files/patch-Makefile.defs b/net/ser/files/patch-Makefile.defs
index dc601deca9eb..53bca69ecc5e 100644
--- a/net/ser/files/patch-Makefile.defs
+++ b/net/ser/files/patch-Makefile.defs
@@ -81,12 +81,3 @@ $FreeBSD$
-Wall \
#if gcc 3.0
ifeq ($(CC_SHORTVER), 3.0)
-@@ -707,7 +709,7 @@
- found_lock_method=yes
- LIBS= -pthread -lfl #dlopen is in libc
- else
-- LIBS= -lfl #dlopen is in libc
-+ LIBS= -lfl -L$(LOCALBASE)/lib -lsiplog #dlopen is in libc
- endif
- YACC=yacc
- endif