aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ebview-gtk2
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-04-06 22:07:50 +0800
committernork <nork@FreeBSD.org>2004-04-06 22:07:50 +0800
commitbff0d8f8ddee67ca9c435145d4af814aa399ce32 (patch)
tree047bd6b68e8437de45ff38dacb95824034d0de62 /japanese/ebview-gtk2
parent5e6edce527e8d949f906582279e2aeae61668db6 (diff)
downloadfreebsd-ports-gnome-bff0d8f8ddee67ca9c435145d4af814aa399ce32.tar.gz
freebsd-ports-gnome-bff0d8f8ddee67ca9c435145d4af814aa399ce32.tar.zst
freebsd-ports-gnome-bff0d8f8ddee67ca9c435145d4af814aa399ce32.zip
Fix build error by GNOME 2.6. This is a temporary fix.
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)