diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-17 16:56:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-17 16:56:36 +0000 |
commit | 222e214b50b4ea63d8b2bcf1cbf8d37e464c5378 (patch) | |
tree | 1f2568a9723b8e1ce13cf07ea0c2de2a3ec77d9a /www | |
parent | Update scilab to make use of math/atlas (some speed improvement). (diff) |
Ephy requires the ORBit hack to get around the redefinition of the ORBit
serial number.
Notes
Notes:
svn path=/head/; revision=83167
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
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 <bsd.port.pre.mk> @@ -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 \ |