Fix incorrect patch.
This commit is contained in:
parent
ec4b5ec340
commit
a5155a9d7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168200
1 changed files with 6 additions and 6 deletions
|
@ -3,12 +3,12 @@ $FreeBSD$
|
|||
|
||||
--- contrib/libcext_lgpl/Makefile
|
||||
+++ contrib/libcext_lgpl/Makefile
|
||||
@@ -12,7 +12,7 @@
|
||||
# Darwin
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
AR=libtool -static -o
|
||||
-OBJS = poll.o pthread_adds.o gethostby_r.o getnetby_r.o getprotoby_r.o getpw_r.o getservby_r.o
|
||||
# FreeBSD
|
||||
AR=ar r
|
||||
-OBJS = gethostby_r.o getnetby_r.o getprotoby_r.o getpw_r.o getservby_r.o
|
||||
+OBJS = getpw_r.o
|
||||
endif
|
||||
|
||||
HEADERS = poll.h pthread_adds.h
|
||||
else
|
||||
libcext_lgpl.a: $(OBJS)
|
||||
|
|
Loading…
Reference in a new issue