diff options
author | nork <nork@FreeBSD.org> | 2004-04-06 22:07:50 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-04-06 22:07:50 +0800 |
commit | bff0d8f8ddee67ca9c435145d4af814aa399ce32 (patch) | |
tree | 047bd6b68e8437de45ff38dacb95824034d0de62 /japanese/ebview-gtk2 | |
parent | 5e6edce527e8d949f906582279e2aeae61668db6 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |