1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

This port needs USES=compiler:c++11-lang to build on GCC-based

architectures.

While here, also sort USES and simplify by adding USES=localbase:ldflags.

PR:		234228
Submitted by:	Piotr Kubaj
This commit is contained in:
Mark Linimon 2018-12-22 02:01:40 +00:00
parent ac5a7241d4
commit 2be39c9639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488047

View File

@ -17,12 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libid3.so:audio/id3lib \
libvorbis.so:audio/libvorbis
USES= tar:bzip2 gettext gmake pathfix pkgconfig
USES= compiler:c++11-lang gettext gmake localbase:ldflags pathfix \
pkgconfig tar:bzip2
USE_GNOME= intlhack libglade2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lpthread -logg -lm
LDFLAGS+= -lpthread -logg -lm
.include <bsd.port.mk>