Skip to content

Commit

Permalink
devel/serd: unbreak with --auto-features=enabled
Browse files Browse the repository at this point in the history
doc/meson.build:6:0: ERROR: Program 'doxygen' not found or not executable

PR:		270361
Reported by:	antoine (via exp-run)
  • Loading branch information
jbeich committed Mar 27, 2023
1 parent 29d683a commit 320bf14
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/serd/Makefile
Expand Up @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson pkgconfig python:test tar:xz
USE_CSTD= c99
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled

PLIST_SUB= VERSION=${PORTVERSION}

Expand Down
14 changes: 14 additions & 0 deletions devel/serd/files/patch-meson.build
@@ -0,0 +1,14 @@
Manpage is available even with -Ddocs=disabled

--- meson.build.orig 2022-09-09 03:07:05 UTC
+++ meson.build
@@ -135,9 +135,7 @@ if not get_option('tools').disabled()

meson.override_find_program('serdi', serdi)

- if not get_option('docs').disabled()
install_man(files('doc/serdi.1'))
- endif
endif

###########

0 comments on commit 320bf14

Please sign in to comment.