mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1f4049bf91
Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon <james@targetnet.com>
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
--- lib/Makefile.orig Thu Sep 30 10:33:02 1999
|
|
+++ lib/Makefile Thu Sep 30 10:33:09 1999
|
|
@@ -1,7 +1,7 @@
|
|
include ../Make.defines
|
|
|
|
# Following required by Solaris 2.x for Posix version of sigwait().
|
|
-CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
|
|
+CFLAGS += -D_POSIX_PTHREAD_SEMANTICS -I..
|
|
|
|
all: ${LIB_OBJS}
|
|
ar rv ${LIBUNPIPC_NAME} $?
|