From: PHO Date: Tue, 3 Feb 2009 15:27:28 +0000 (+0900) Subject: Added a temporary hook to install xptcinvoke_asm_ppc_rhapsody.s X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-firefox3.git;a=commitdiff_plain;h=4fd4ccf09ae0b1639a6d458fe2cd9a86f23a852f Added a temporary hook to install xptcinvoke_asm_ppc_rhapsody.s --- diff --git a/Makefile b/Makefile index a4de132..9d33d46 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,12 @@ create-rm-wrapper: ${WRAPPER_DIR}/bin/rm chmod +x ${WRAPPER_DIR}/bin/rm +# FIXME: remove this after +.PHONY: copy-xptcinvoke_asm_ppc_rhapsody +pre-configure: copy-xptcinvoke_asm_ppc_rhapsody +copy-xptcinvoke_asm_ppc_rhapsody: + cp ${.CURDIR}/files/xptcinvoke_asm_ppc_rhapsody.s ${WRKSRC:Q}/xpcom/reflect/xptcall/src/md/unix + # Link browser.xpt .PHONY: stage-package post-build: stage-package