- Fix crash on exiting

PR:		ports/74994
Submitted by:	Damian <res0d26i@verizon.net>
Approved by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-12-12 20:36:33 +00:00
parent d49883ab14
commit cf1e57bb24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123834

View file

@ -7,6 +7,7 @@
PORTNAME= beep-media-player
PORTVERSION= 0.9.7
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -25,7 +26,7 @@ LIBTOOLFILES= configure
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LDFLAGS="-L${LOCALBASE}/lib -lstdc++" \
INPUT_PLUGINS="${INPUT_PLUGINS}" \
OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"