summaryrefslogtreecommitdiffstats
path: root/www/epiphany
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-17 16:56:36 +0000
committermarcus <marcus@FreeBSD.org>2003-06-17 16:56:36 +0000
commit108912273ea1891fa6b0197382d2216b2edb9947 (patch)
tree8c250e174f773987308cd7439e3685010c0a6ea5 /www/epiphany
parented0c24d5a42fc6ca3d051d3a7eae55104d6488da (diff)
downloadFreeBSD-ports-108912273ea1891fa6b0197382d2216b2edb9947.zip
FreeBSD-ports-108912273ea1891fa6b0197382d2216b2edb9947.tar.gz
Ephy requires the ORBit hack to get around the redefinition of the ORBit
serial number.
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index c221aaa..99fd449 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 \
OpenPOWER on IntegriCloud