diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-04-08 11:42:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-08 11:42:21 +0000 |
commit | 74deda300289bd3adfa706cded2682ed37878617 (patch) | |
tree | c1aefc66f42a3b23959de42ceb968670be0aa3f0 /editors/openoffice-1.1 | |
parent | - Add patch to prevent build failure when a default configuration (diff) |
Make solver section.
Suggested by: Takamichi Akiyama <tora@openoffice.org>
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 4114126a5bb6..30ffebfcf9d8 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -305,7 +305,7 @@ pre-fetch: @${ECHO} @${FALSE} .endif - @${ECHO} "If you want SDK, please type make sdk" + @${ECHO} "If you want SDK and/or solver, please type make sdk and/or make solver" post-extract: @for file in ${EXTRACT_REST}; do \ @@ -559,6 +559,11 @@ sdk: .endif ${MV} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/OpenOffice.org${FRELEASE_NR}_SDK.tar.gz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_sdk.tar.gz + +solver: + @${ECHO_MSG} "===> Make Solver of OpenOffice.org" + @cd ${WRKSRC}/.. ; ${TAR} cfz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_solver.tar.gz solver + update: @${MAKE} fetch @${MAKE} extract |