blob: 4a2b64fcfdf42e05b79321b0e78db64d4466b3db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** cint/lib/pthread/setup.orig Mon Feb 28 18:28:12 2005
--- cint/lib/pthread/setup Sat Jul 9 19:39:34 2005
***************
*** 5,11 ****
case $os in
FreeBSD)
# Use following line for FreeBSD
! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l -pthread -cint -Z0
;;
OpenBSD)
# Use following line for OpenBSD
--- 5,11 ----
case $os in
FreeBSD)
# Use following line for FreeBSD
! makecint -mk Makefile -dl pthread.dll -H pthd.h -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -l $PTHREAD_LIBS -cint -Z0
;;
OpenBSD)
# Use following line for OpenBSD
|