Created attachment 186465 [details] Correct CXXFLAGS usage in configure.ac Please see attached patch which corrects the hardcoded abuse of CXXFLAGS.
Comment on attachment 186465 [details] Correct CXXFLAGS usage in configure.ac Implicit approval, maintained by ports@
you will need dependencies on autoconf etc. for this to work. ===> Building for libepp-nicbr-1.15_1 --- ./aclocal.m4 --- CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /usr/home/arved/ports/arved/libepp-nicbr/work/libepp-nicbr-1.15/config/missing aclocal-1.14 /usr/home/arved/ports/arved/libepp-nicbr/work/libepp-nicbr-1.15/config/missing: aclocal-1.14: not found WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: Please rework the patch
Created attachment 188161 [details] Updated patch to re-run the autotools
Hi Tilman, please see the updated patch (tested locally with poudriere).
Do you need further work from me to apply this? Thanks!
committed, thanks
A commit references this bug: Author: arved Date: Fri Mar 9 17:10:15 UTC 2018 New revision: 463979 URL: https://svnweb.freebsd.org/changeset/ports/463979 Log: Correct setting of CXXFLAGS PR: 222399 Submitted by: Roger Leigh Changes: head/devel/libepp-nicbr/Makefile head/devel/libepp-nicbr/files/ head/devel/libepp-nicbr/files/patch-configure.ac