On Fri, Jul 22, 2016 at 11:46 PM, Walter Schwarzenfeld < w.schwarzenf...@utanet.at> wrote:
> First: > what is in /etc/make.conf ? > ----- > try compile it with GCC > either > withe GCC= 4.8+ > in the Makefile > or > with CC=gcc48 CXX=g++48 CPP=cpp48 > (you can use gcc48 or gcc49 or gcc5) > ------------------ > I had a similar error with irc/hexchat > (it compiled only with GCC not with clang). > add to the Makefile > > MAKE_ARGS= LDFLAGS="${LDFLAGS}" > > solved my problem. > FWIW, I just built ImageMagick wiht clang and had no problems. clang 3.4.1, the default on 10.3. Do you use ccache? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"