diff options
Diffstat (limited to 'editors/openoffice-1.0/Makefile')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 3a03ca43fef0..2a13d0efec88 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/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: |