OOo SDK for FreeBSD 5.2.1-RELEASE.
Nakata Maho
chat95 at mac.com
Sat Mar 20 20:12:35 PST 2004
Hi,
I made OOo SDK package for FreeBSD 5.2.1-RELEASE. NOTE IT IS HIGHLY *UNTESTED*
available at http://sourceforge.jp/projects/waooo/
named OOo_1.1.1_FreeBSD52Intel_sdk.tar.gz
How to make the SDK is already committed in FreeBSD's cvs repo.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-1.1/Makefile
(as of version 1.138)
treatment of thread support is differnet in FreeBSD 4, 5, and 5.2-current
SO, MY VERSION IS ONLY FOR AFTER 500016 AND BEFORE 502102
-----------------------------------------------------
.if ${OSVERSION} < 500016
PTHREAD_CFLAGS?= -D_THREAD_SAFE
PTHREAD_LIBS?= -pthread
.elif ${OSVERSION} < 502102
PTHREAD_CFLAGS?= -D_THREAD_SAFE
PTHREAD_LIBS?= -lc_r
.else
PTHREAD_CFLAGS?=
PTHREAD_LIBS?= -lpthread
.endif
-----------------------------------------------------
If you want other version, please update your ports cvs tree
and type
make (takes long time)
and
make sdk
you will obtain OOo_1.1.1_FreeBSD52Intel_sdk.tar.gz
(or 52 is different)
comments and suggestions are extremely appreciated.
Enjoy,
nakata maho
More information about the freebsd-openoffice
mailing list