diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-09 22:41:53 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-09 22:41:53 +0000 |
commit | 006f3e56bc19cfdbe01dbba9fb9aea415d9f885a (patch) | |
tree | e8e75922d5cd621254475c87713cbee5dc418d14 /editors/openoffice.org-2/Makefile | |
parent | Update to version checkbot-1.67 (diff) |
Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.
Requested by: cvs-comitters
Notes
Notes:
svn path=/head/; revision=55786
Diffstat (limited to 'editors/openoffice.org-2/Makefile')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 3a03ca43fef0..2a13d0efec88 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -42,6 +42,9 @@ CONFIGURE_ARGS+= --with-stlport4-home=${PREFIX} \ --with-jdk-home=${JDK13DIR} \ --with-os-version=${OSVERSION} +CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ + PTHREAD_LIBS=${PTHREAD_LIBS} + .include <bsd.port.pre.mk> pre-fetch: |