1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Remove local change which breaks the build.

This commit is contained in:
Maxim Sobolev 2004-10-21 22:58:03 +00:00
parent dabc6c624e
commit df5e791bcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119946

View File

@ -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