1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/textproc/hunspell
Raphael Kubo da Costa a8466ccc78 Respect CXXFLAGS when linking.
hunspell's configure script seems to have been generated with a very old
version of libtool. Specifically, it does not uses CFLAGS instead of
CXXFLAGS when performing some tests related to the C++ compiler.

This ends up making it add '-lstdc++' to the linker's command line even if
one sets CXXFLAGS to -stdlib=libc++. The attached patch fixes the problem by
"backporting" the appropriate libtool.m4 change to the configure script.

PR:		ports/178696
Approved by:	maintainer timeout (office@, 28 days)
2013-06-11 21:44:16 +00:00
..
files Respect CXXFLAGS when linking. 2013-06-11 21:44:16 +00:00
distinfo
Makefile Respect CXXFLAGS when linking. 2013-06-11 21:44:16 +00:00
pkg-descr
pkg-plist