GNOME Bugzilla – Bug 731930
modplug: don't hardcode c++ standard lib in Makefile.am
Last modified: 2014-06-28 08:29:00 UTC
On FreeBSD the default c++ standard library is libc++ (from llvm). Don't hardcode -lstdc++ (GNU gcc library) in the Makefile and let the compiler figure it out.
Created attachment 278791 [details] [review] Don't hardcode c++ standard lib.
Pushed, thanks: commit 386e5774a798305298172fe718e9b3f14af75f9c Author: Koop Mast <kwm@rainbow-runner.nl> Date: Thu Jun 19 20:15:05 2014 +0200 modplug: don't hardcode c++ standard library Fixes build with llvm on FreeBSD. https://bugzilla.gnome.org//show_bug.cgi?id=731930