Skip to content

Commit

Permalink
texinfo: do not build extra libs opportunistically
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 23, 2024
1 parent d6ee2da commit 7b087c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion textproc/texinfo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if {[string match *gcc* ${configure.compiler}]} {

name texinfo
version 7.1
revision 0
revision 1
categories textproc
license GPL-3+
maintainers nomaintainer
Expand Down Expand Up @@ -60,6 +60,10 @@ pre-configure {
PERL_EXT_LDFLAGS=[get_canonical_archflags ld]
}

# If not disabled, the port builds /opt/local/lib/texinfo/MiscXS.so and other libs,
# which link to libunistring and leave the port broken if that is deactivated.
configure.args-append --disable-perl-xs

destroot.target-append install-tex
destroot.args TEXMF=${prefix}/share/texmf

Expand Down

0 comments on commit 7b087c7

Please sign in to comment.