diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
commit | 94bb19aa29671c015cef540e65ca33fde3a610f8 (patch) | |
tree | 5a8079459fb6cb891e46dfe41365a78aa31825f8 /databases | |
parent | f16c262777814211efa87840d15f7f99c6d147dd (diff) | |
download | freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.gz freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.zst freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.zip |
Allow this port to build with GTK+ deprecation.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-gui-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysql-gui-tools/Makefile b/databases/mysql-gui-tools/Makefile index 867f7638ae52..9971a83e94cf 100644 --- a/databases/mysql-gui-tools/Makefile +++ b/databases/mysql-gui-tools/Makefile @@ -78,6 +78,8 @@ post-patch: ${REINPLACE_CMD} -e 's|-llualib||g' ${WRKSRC}/mysql-gui-common/configure \ ${WRKSRC}/mysql-gui-common/source/php/Makefile \ ${WRKSRC}/mysql-gui-common/source/php/modules/Makefile + ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG.*_DISABLE_DEPRECATED||g' .if defined(WITHOUT_NLS) ${REINPLACE_CMD} -e '/^SUBDIRS/s|po||' \ ${WRKSRC}/mysql-gui-common/Makefile.am \ |