aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-12-13 04:36:33 +0800
committerpav <pav@FreeBSD.org>2004-12-13 04:36:33 +0800
commitd2a193b0a987af91ad739aea02fa980d5385f0cb (patch)
treee08cd4a279ce3b474fd545a5328040296c14d7ca
parentecf4314e3be35f89a1cb30c20785886b7f327a8c (diff)
downloadfreebsd-ports-gnome-d2a193b0a987af91ad739aea02fa980d5385f0cb.tar.gz
freebsd-ports-gnome-d2a193b0a987af91ad739aea02fa980d5385f0cb.tar.zst
freebsd-ports-gnome-d2a193b0a987af91ad739aea02fa980d5385f0cb.zip
- Fix crash on exiting
PR: ports/74994 Submitted by: Damian <res0d26i@verizon.net> Approved by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
-rw-r--r--multimedia/beep-media-player/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile
index 0f9d7049a66f..c0ec9cc264c8 100644
--- a/multimedia/beep-media-player/Makefile
+++ b/multimedia/beep-media-player/Makefile
@@ -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}"