aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-03-17 03:54:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-03-17 03:54:27 +0000
commitc9cad973c1b97d0a3c591fba9a83bfd43117e75a (patch)
treef22dced9275a6e56e741a061c5a3438382ac4578 /editors/openoffice-1.1-devel/Makefile
parent030759dfc9aba41e54eb8cea172edf51af71d7f7 (diff)
Notes
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r--editors/openoffice-1.1-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile
index ac454a157514..e4ac95af352a 100644
--- a/editors/openoffice-1.1-devel/Makefile
+++ b/editors/openoffice-1.1-devel/Makefile
@@ -34,6 +34,7 @@ ANT?= ${LOCALBASE}/bin/ant
TCSH?= /bin/tcsh
USE_GNOME= orbit gtk12
+USE_REINPLACE= yes
.include <bsd.port.pre.mk>
@@ -319,6 +320,8 @@ post-extract:
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g;' ${WRKSRC}/../odk/settings/settings.mk
+ @${REINPLACE_CMD} -e 's+%%PTHREAD_CFLAGS%%+${PTHREAD_CFLAGS}+g' ${WRKSRC}/../odk/settings/settings.mk
@${MAKE} patch-mozilla
.if defined(WITH_TTF_BYTECODE_ENABLED)
@if [ "`echo ${PATCHDIR}/optpatch-*`" != "${PATCHDIR}/optpatch-*" ]; then \