Mercurial > audlegacy-plugins
changeset 1903:5c01978673ca
fix for an undefined symbol error of __gxx_personality_v0.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 27 Sep 2007 12:55:56 +0900 |
parents | a21e391a5490 |
children | a0c7cf5638de |
files | src/wavpack/Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/wavpack/Makefile Thu Sep 27 12:00:45 2007 +0900 +++ b/src/wavpack/Makefile Thu Sep 27 12:55:56 2007 +0900 @@ -10,4 +10,5 @@ CPPFLAGS += ${PLUGIN_CPPFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${WAVPACK_CFLAGS} -I../../intl -I../.. CXXFLAGS += ${PLUGIN_CFLAGS} +LDFLAGS += -lstdc++ LIBS += ${WAVPACK_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}