diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-09 05:36:39 +0000 |
commit | 9ce66de125b70ccf52e2ca7b3ac07140b0ae100f (patch) | |
tree | 83555480e93ede5bec8da1e70bb50af4fdaa0e6f /editors/openoffice.org-vcltesttool/Makefile | |
parent | Fix the build and some possible functionality issues on 64-bit platforms. (diff) |
X86_64->X86-64.
http://qa.openoffice.org/servlets/ReadMsg?list=dev&msgNo=9043
Submitted by: Andrea Pescetti
Notes
Notes:
svn path=/head/; revision=195272
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 9b6c58f8d528..380f953dd999 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -79,7 +79,7 @@ EXECBASE= openoffice.org-${OOOTAG}-${WITH_CWS} DIST_SUBDIR= openoffice.org2 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 -PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86_64 +PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86-64 .else PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel .endif |