summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-19 20:38:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-19 20:38:18 +0800
commiteed8b3bb86be2f6bded662d5dc5abfc9287f0cb7 (patch)
tree2ffb773a6f70dd21e5ffc3a76f470d839a7dd144 /www/webkit-gtk2/Makefile
parentef7ab0255bbe243ef545ef687d63b23d587b70e0 (diff)
downloadmarcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar.gz
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar.bz2
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar.lz
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar.xz
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.tar.zst
marcuscom-ports-eed8b3bb86be2f6bded662d5dc5abfc9287f0cb7.zip
Add some more 6.X build fixes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13138 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/webkit-gtk2/Makefile')
-rw-r--r--www/webkit-gtk2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 956932ce6..8cc141f46 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.44 2009/10/10 03:51:56 marcus Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.45 2009/10/18 17:47:51 marcus Exp $
#
PORTNAME= webkit
@@ -70,7 +70,9 @@ PLIST_SUB+= STATIC="@comment "
.if ${OSVERSION} < 700000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-JavaScriptCore_yarr_RegexJIT.h \
- ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITStubCall.h
+ ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITStubCall.h \
+ ${FILESDIR}/extra-patch-JavaScriptCore_jit_JITOpcodes.cpp \
+ ${FILESDIR}/extra-patch-JavaScriptCore_assembler_MacroAssemblerCodeRef.h
.endif
post-patch: