diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-10-22 03:03:26 +0300 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-10-22 03:04:24 +0300 |
| commit | 3db4649422d6eb1fda123e86cfaf10e20e27cc6a (patch) | |
| tree | 251273e9bfae0056f71311f7d164ce84e7b5cd0e | |
| parent | editors/poedit: fix build with Boost-1.89 (+) (diff) | |
textproc/xmlwrapp: fix build with Boost-1.89 (+)
Reported by: fallout
| -rw-r--r-- | textproc/xmlwrapp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 3e6032b242b6..56af61c28a14 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -28,8 +28,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -LDFLAGS+= -lboost_system - PORTDOCS= * post-patch: |
