View | Details | Raw Unified | Return to bug 147725
Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 88-93 Link Here
88
BROKEN=		does not compile on 6.X
88
BROKEN=		does not compile on 6.X
89
.endif
89
.endif
90
90
91
.if !defined(ARCH)
92
ARCH!=	/usr/bin/uname -p
93
.endif
94
95
.if ${ARCH} == powerpc64
96
CFLAGS+= -mminimal-toc
97
.endif
98
91
post-patch:
99
post-patch:
92
	@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
100
	@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
93
		${WRKSRC}/WebCore/plugins/PluginDatabase.cpp
101
		${WRKSRC}/WebCore/plugins/PluginDatabase.cpp

Return to bug 147725