mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
d49883ab14
commit
cf1e57bb24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123834
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue