From 222e214b50b4ea63d8b2bcf1cbf8d37e464c5378 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 17 Jun 2003 16:56:36 +0000 Subject: Ephy requires the ORBit hack to get around the redefinition of the ORBit serial number. --- www/epiphany/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index c221aaadcaa8..99fd4491afae 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -52,6 +52,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 +XXX_FILES= EphyAutomation-common.c EphyAutomation-stubs.c \ + EphyAutomation-skels.c EphyAutomation.h .include @@ -80,6 +82,11 @@ pre-everything:: @${ECHO_MSG} " mozilla-devel-gtk2 " @${ECHO_MSG} "" +post-extract: +.for i in ${XXX_FILES} + @${RM} -f ${WRKSRC}/src/${i} +.endfor + post-patch: @${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ -- cgit v1.2.3