aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebview-gtk2
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-04-06 14:07:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-04-06 14:07:50 +0000
commit3b05c7926333769d4d347056a293bed0b2298b59 (patch)
treead24b4552b52753ad922986c157568bf751bc830 /japanese/ebview-gtk2
parent42773a50dfcbd88a0daa2fc564af145b2dc9945f (diff)
downloadports-3b05c7926333769d4d347056a293bed0b2298b59.tar.gz
ports-3b05c7926333769d4d347056a293bed0b2298b59.zip
Fix build error by GNOME 2.6. This is a temporary fix.
Notes
Notes: svn path=/head/; revision=106328
Diffstat (limited to 'japanese/ebview-gtk2')
-rw-r--r--japanese/ebview-gtk2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
index eab8c0746a86..918a31597597 100644
--- a/japanese/ebview-gtk2/Makefile
+++ b/japanese/ebview-gtk2/Makefile
@@ -30,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
@${REINPLACE_CMD} -e \
's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ '/GTK_DISABLE_DEPRECATED/d' ${WRKSRC}/src/defs.h
post-install:
.if !defined(NOPORTDOCS)