diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:39:40 +0000 |
commit | 20e1530ce49ff6255397fa37331fffb6f253b8fe (patch) | |
tree | 9ee8a248243bb2ec21250f7c160a50fb7f5ff28a /databases/mysql-gui-tools/Makefile | |
parent | 808cbce4cbc60e252ed20a72d0b416e6d4fd6e45 (diff) | |
download | ports-20e1530ce49ff6255397fa37331fffb6f253b8fe.tar.gz ports-20e1530ce49ff6255397fa37331fffb6f253b8fe.zip |
Allow this port to build with GTK+ deprecation.
Notes
Notes:
svn path=/head/; revision=225755
Diffstat (limited to 'databases/mysql-gui-tools/Makefile')
-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 \ |