diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 16:35:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 16:35:19 +0000 |
commit | 4ca0e60800b90ba4a6de31beabeee8ccce611649 (patch) | |
tree | 8324ab31f68eba587c532d238cd3f502d0a56322 /devel/cervisia | |
parent | Update to version 2.28 (diff) |
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Notes
Notes:
svn path=/head/; revision=40539
Diffstat (limited to 'devel/cervisia')
-rw-r--r-- | devel/cervisia/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/cervisia/Makefile b/devel/cervisia/Makefile index 60b31275ad30..261579380799 100644 --- a/devel/cervisia/Makefile +++ b/devel/cervisia/Makefile @@ -46,13 +46,6 @@ KDE_VERSION?= 2 .if exists(${X11BASE}/lib/libqt2-mt.so) .if exists(${X11BASE}/lib/libXThrStub.so) QT_ADD= -mt -.if ${OSVERSION} >= 500016 -PTHREAD_CFLAGS= -PTHREAD_LIBS= -lc_r -.else -PTHREAD_CFLAGS= -D_THREAD_SAFE -PTHREAD_LIBS= -pthread -.endif .else QT_ADD= "" PTHREAD_CFLAGS= |