mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
0fa7ab17b8
PR: 105413 Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> Approved by: maintainer timeout
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
--- makefile.orig Sat Oct 28 22:48:00 2006
|
|
+++ makefile Thu Jan 11 21:41:17 2007
|
|
@@ -389,7 +389,7 @@
|
|
#
|
|
|
|
freebsd: iozone_freebsd.o libbif.o fileop_freebsd.o libasync.o
|
|
- $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o -lpthread libasync.o \
|
|
+ $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o $(PTHREAD_LIBS) libasync.o \
|
|
-o iozone
|
|
$(CC) -O fileop_freebsd.o -o fileop
|
|
|