diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-10-22 02:58:12 +0300 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-10-22 03:04:24 +0300 |
| commit | 07da196944e237fd97f1f5dc4512b3c6cd0000f6 (patch) | |
| tree | 5a14913f1d39390d2899fa01dbdd4c5c1b1f93e2 /editors | |
| parent | net/pktanon: fix build with Boost-1.89 (+) (diff) | |
editors/poedit: fix build with Boost-1.89 (+)
Reported by: fallout
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/poedit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index d371892cccee..5926e24f6203 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ liblucene++.so:textproc/luceneplusplus -USES= desktop-file-utils gettext-tools:build,run \ +USES= autoreconf desktop-file-utils gettext-tools:build,run \ gmake gnome pkgconfig USE_GNOME= cairo gdkpixbuf glib20 gtk30 pango USE_WX= 3.2 @@ -27,4 +27,7 @@ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +post-patch: + @${REINPLACE_CMD} -e '/AX_BOOST_SYSTEM/d' ${WRKSRC}/configure.ac + .include <bsd.port.mk> |
