diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-16 22:12:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-09-16 22:12:59 +0000 |
commit | 393a4f245d8a1e722aa6cf75ceee96be00e5f068 (patch) | |
tree | f4887bf3902974f812c8d4057dd090606a5c6bbe | |
parent | cd48c08273932eef1de6b8d74b53a2f9779ad89a (diff) |
- Fix build on sparc64
Approved by: gnome (mezz)
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=220410
-rw-r--r-- | www/firefox3/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 1b298f83ed35..b36e398156f3 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -89,6 +89,13 @@ post-patch: /dom.disable_window_open_feature.toolbar/s/false/true/' \ ${WRKSRC}/${ii}/all.js .endfor +.if ${ARCH} == "sparc64" + @(cd ${WRKSRC}/xpcom/reflect/xptcall/src/md/unix && \ + ${LN} -s xptcstubs_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_freebsd.s && \ + ${LN} -s xptcstubs_sparc64_openbsd.cpp xptcstubs_sparc64_freebsd.cpp && \ + ${LN} -s xptcinvoke_sparc64_openbsd.cpp xptcinvoke_sparc64_freebsd.cpp) && \ + ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s) +.endif port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib |